Mask.samePath
Mask samePath(string path, bool caseSensitive = true) @safeCreates a same path mask (exact path matching, no wildcards).
Parameters
path | the exact path to match |
caseSensitive | true for case-sensitive matching (default) |
Returns
A new Mask instance.