Open
06393993
opened this issue 7 months ago
•
0 comments
fileMatches will receive paths with native path separators(i.e. \ on Windows). Per the docdoublestar.Match doesn't work as expected with \, and filepath.ToSlash() should be used to handle such case.