InputUsesZip64 Property

DotNetZip

Ionic Zip Library v1.9.1.6 InputUsesZip64 Property
ReferenceIonic.ZipZipFileInputUsesZip64
Indicates whether the most recent Read() operation read a zip file that uses ZIP64 extensions.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> InputUsesZip64 { get; }
Public ReadOnly Property InputUsesZip64 As Nullable(Of Boolean)
	Get
public:
property Nullable<bool> InputUsesZip64 {
	Nullable<bool> get ();
}
Remarks
This property will return null (Nothing in VB) if you've added an entry after reading the zip file.

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