Skip to content

Ignore permissions

Pre-release
Pre-release
Compare
Choose a tag to compare
@CalebQ42 CalebQ42 released this 12 Apr 13:04
· 28 commits to main since this 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.