The comment attached to the ZipEntry.
Declaration Syntax
Remarks
Each entry in a zip file can optionally have a comment associated to it. The comment might be displayed by a zip tool during extraction, for example.
By default, the Comment is encoded in IBM437 code page. You can specify an alternative with AlternateEncoding and AlternateEncodingUsage.
See Also