ZipOutputStream.SetComment Method

Set the zip file comment.

[Visual Basic]
Public Sub SetComment( _
   ByVal comment As String _
)
[C#]
public void SetComment(
   string comment
);

Parameters

comment

the comment.

Exceptions

Exception TypeCondition
if UTF8 encoding of comment is longer than 0xffff bytes.

See Also

ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace