-
Handle paths with special characters Pre-Release
released this
2022-04-22 04:25:42 -05:00 | 131 commits to main since this releaseChanged
Open,ReadDir,Stat, andSubto only accept exact matches. Allowing wildcards by usingpath.Matchcauses issues in certain circumstances. You can usefs.Globif you need to use wildcards, and I'll probably implementfs.GlobFSat some point in the near (ish) future.What's Changed
- fix: handle paths with special characters by @tri-adam in https://github.com/CalebQ42/squashfs/pull/11
New Contributors
- @tri-adam made their first contribution in https://github.com/CalebQ42/squashfs/pull/11
Full Changelog: https://github.com/CalebQ42/squashfs/compare/v0.5.3...v0.5.4
Downloads