dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Does not recognise : or _ as valid characters #20

Closed PeAb closed 7 years ago

PeAb commented 7 years ago

On Windows, C:\THIS_IS_A_DIR\somefile doesn't match with the glob C:\THIS_IS_A_DIR\*

dazinator commented 7 years ago

Thank you - I'll add a test case for that and take a look!

dazinator commented 7 years ago

This is now fixed in the latest development build. NuGet package for that is here: https://www.nuget.org/packages/DotNet.Glob/1.5.0-unstable0013 Thanks for reporting.

PeAb commented 7 years ago

Works for me now, thanks!