Info Property

DotNetZip

Ionic Zip Library v1.9.1.6 Info Property
ReferenceIonic.ZipZipFileInfo
Provides a human-readable string with information about the ZipFile.
Declaration Syntax
C# Visual Basic Visual C++
public string Info { get; }
Public ReadOnly Property Info As String
	Get
public:
property String^ Info {
	String^ get ();
}
Remarks

The information string contains 10 lines or so, about each ZipEntry, describing whether encryption is in use, the compressed and uncompressed length of the entry, the offset of the entry, and so on. As a result the information string can be very long for zip files that contain many entries.

This information is mostly useful for diagnostic purposes.

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