As far as I know, the zip-file format allows coments. (One comment for the whole zip file, and one comment for each entry)
does apsose support ZIP-File comments?
As far as I know, the zip-file format allows coments. (One comment for the whole zip file, and one comment for each entry)
does apsose support ZIP-File comments?
You can use ArchiveSaveOptions.ArchiveComment property to set comment for the Zip file. Please check the code examples from the following article. Hope this helps you.
Compressing and Decompressing Files