Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Property Zip64Mode As Zip64Mode
	Get
	Set
C#
public Zip64Mode Zip64Mode { get; set; }

Remarks

ZIP64 is registered trademark of PKWARE, Inc.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also