Mask.simplePath
Mask simplePath(string path, bool caseSensitive = true) @safeCreates a simple path mask (matches if path is subdir of mask or vice versa).
Parameters
path | the reference path |
caseSensitive | true for case-sensitive matching (default) |
Returns
A new Mask instance.