Minimatch
Minimatch copied to clipboard
Problem with "NewFolder\"
We have problem with the following code.
var filterOptions = new Options
{
AllowWindowsPaths = true,
IgnoreCase = true
};
var minimatcher = new Minimatcher("**/Thumbs.db", filterOptions);
minimatcher.IsMatch(@"NewFolder\");
Thank you in advance.