Ignore permissions
Pre-release
Pre-release
- You can now optionally ignore setting file permissions when extracting using
ExtractionOptions.IgnorePerm
.- Additionally, permissions are now properly set for files, symlinks, and devices.
- Ignores Device files when on windows.
- Fifo files are ignored on darwin (until someone else submits a PR for support as I don't have any knowledge on the OS)
- Properly ignore socket files instead of throwing an error
- From my research, there doesn't seem to be a good way to implement this. Open to suggestions or PRs.