You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a directory entry using [ZZArchiveEntry archiveEntryWithDirectoryName:name] where name does not end with a \ (slash) the resulting archive is invalid and attempting to decompress results in an error:
checkdir error: <directory name> exists but is not directory
It would seem archiveEntryWithDirectoryName: should sanitize the given name to include a trailing slash if that is indeed required for the archive to be valid.
The text was updated successfully, but these errors were encountered:
Hello,
If I create a directory entry using
[ZZArchiveEntry archiveEntryWithDirectoryName:name]
wherename
does not end with a\
(slash) the resulting archive is invalid and attempting to decompress results in an error:checkdir error: <directory name> exists but is not directory
It would seem
archiveEntryWithDirectoryName:
should sanitize the given name to include a trailing slash if that is indeed required for the archive to be valid.The text was updated successfully, but these errors were encountered: