mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Can't write empty directories to ZIP files #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ptallett on GitHub (Dec 26, 2014).
Attempting to create an empty directory entry in a ZIP file creates an empty file instead of a directory
A crude fix is as follows - in ZipWriter make the following change:
Cheers,
Paul