You can access comments in `Comment` property of the `ArchiveItem` as shown below:
[http://doc.componentpro.com/ComponentPro-Zip/Listing-contents-of-an-archive][1]
You will see items' comments are written to console in line: `Console.WriteLine(" Comment: " archiveFile.Comment);`
[1]: http://doc.componentpro.com/ComponentPro-Zip/Listing-contents-of-an-archive
answered 8/7/2018 1:35:35 AM