hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Refactor getGroomedPattern() #37

Closed hollasch closed 5 years ago

hollasch commented 6 years ago

Convert to using wstring instead of character buffers. General cleanup and improvement.

hollasch commented 5 years ago

Fixed in 4ca2dd4de5f49854a95cc18092e91e6aa5c6b67b. Includes most pattern normalization I can think of.