Example:
auto m = excludeDirMask("/tmp/cache");
// Use with FilterOpts to exclude cache directoriesCreates an exclude directory mask using UFCS-friendly syntax.
Matches the specified path and all its subdirectories.
path | the directory path to exclude |
caseSensitive | true for case-sensitive matching (default) |
Example:
auto m = excludeDirMask("/tmp/cache");
// Use with FilterOpts to exclude cache directories