-
Large file fixes Pre-Release
released this
2023-04-17 10:38:44 -05:00 | 83 commits to main since this releaseThis release has some minor breaking changes:
ExtractWithOptionsnow uses a*ExtractionOptionsinstead ofExtractionOptions.DefaultOptionsnow returns a pointer as well.ExtractionOptions.FolderPermis nowExtractionOptions.Permand is only used whenExtractionOptions.IgnorePermis set.
Fixes:
- Extracting files is now properly limited. This prevents out of control memory usage when extracting larger archives.
- Folder's permissions are only set after all it's contents are extracted.
- Fixes issues relating to the user not having permission to write the folder's contents
Other:
- Added
ExtractVerboseandExtractIgnorePermissionsfor improved ease of use.
Downloads