Open phst opened 11 months ago
The path passed to fileMatches is a local path since it comes from filepath.Walk. Therefore we need to convert it to a slash-separated path first.
The path passed to fileMatches is a local path since it comes from filepath.Walk. Therefore we need to convert it to a slash-separated path first.