OutputUsedZip64 Property

DotNetZip

Ionic Zip Library v1.9.1.6 OutputUsedZip64 Property
ReferenceIonic.ZipZipEntryOutputUsedZip64
Indicates whether the entry actually used ZIP64 extensions, as it was most recently written to the output file or stream.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<bool> OutputUsedZip64 { get; }
Public ReadOnly Property OutputUsedZip64 As Nullable(Of Boolean)
	Get
public:
property Nullable<bool> OutputUsedZip64 {
	Nullable<bool> get ();
}
Remarks

This Nullable property is null (Nothing in VB) until a Save() method on the containing ZipFile instance has been called. HasValue is true only after a Save() method has been called.

The value of this property for a particular ZipEntry may change over successive calls to Save() methods on the containing ZipFile, even if the file that corresponds to the ZipEntry does not. This may happen if other entries contained in the ZipFile expand, causing the offset for this particular entry to exceed 0xFFFFFFFF.

See Also

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