Gets/Sets the entry comment.
public string Comment {get; set;}
Remarks
A comment is only available for entries when read via the ZipFile class. The ZipInputStream class doesnt have the comment data available.
Exceptions
Exception Type | Condition |
---|---|
ArgumentOutOfRangeException | If comment is longer than 0xffff. |