Comment Property

DotNetZip

Ionic Zip Library v1.9.1.6 Comment Property
ReferenceIonic.ZipZipEntryComment
The comment attached to the ZipEntry.
Declaration Syntax
C# Visual Basic Visual C++
public string Comment { get; set; }
Public Property Comment As String
	Get
	Set
public:
property String^ Comment {
	String^ get ();
	void set (String^ value);
}
Remarks

Each entry in a zip file can optionally have a comment associated to it. The comment might be displayed by a zip tool during extraction, for example.

By default, the Comment is encoded in IBM437 code page. You can specify an alternative with AlternateEncoding and AlternateEncodingUsage.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)