Open hollasch opened 11 years ago
In fact, any pattern that should match a file in the root directory will fail (such as "/*.sys").
It looks like any leading single slash is stripped, and pathmatch reports patterns from the remainder, based on the current working directory.
In fact, any pattern that should match a file in the root directory will fail (such as "/*.sys").