hollasch / pathmatch

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

Pathmatch halts immediately on /.../foo.bar #2

Open hollasch opened 11 years ago

hollasch commented 10 years ago

In fact, any pattern that should match a file in the root directory will fail (such as "/*.sys").

hollasch commented 7 years ago

It looks like any leading single slash is stripped, and pathmatch reports patterns from the remainder, based on the current working directory.