You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var filterOptions = new Options
{
AllowWindowsPaths = true,
IgnoreCase = true
};
var minimatcher = new Minimatcher("**/Thumbs.db", filterOptions);
minimatcher.IsMatch(@"NewFolder\");
Thank you in advance.
The text was updated successfully, but these errors were encountered:
We have problem with the following code.
Thank you in advance.
The text was updated successfully, but these errors were encountered: