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
See Also
ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace