Comment Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipEntry.Comment Property

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.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace