ZipFile.SetComment Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipFile.SetComment Method 

Set the file comment to be recorded when the current update is commited.

public void SetComment(
   string comment
);

Parameters

comment
The comment to record.

See Also

ZipFile Class | ICSharpCode.SharpZipLib.Zip Namespace