Minimatch icon indicating copy to clipboard operation
Minimatch copied to clipboard

Problem with "NewFolder\"

Open ivanovit opened this issue 10 years ago • 0 comments

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.

ivanovit avatar Feb 13 '15 14:02 ivanovit