weichsel / ZIPFoundation

Effortless ZIP Handling in Swift
MIT License
2.34k stars 263 forks source link

Add a getter and setter for zipFileComment on the Archive #130

Open LyricApps opened 5 years ago

LyricApps commented 5 years ago

I need to get access for the comment of a Zip file I'm reading and also set set it when creating a new archive. I see there is already support for reading and writing the zipFileComment in CentralDirectoryStructure but there is no public access from the Archive. It would really great to add that !

Thanks for considering my request.

byFinchley commented 3 years ago

I'll add my vote to this feature. Reading and writing zip comments would be super useful for a project I'm working on.