UseZip64 Enumeration

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

UseZip64 Enumeration

Determines how entries are tested to see if they should use Zip64 extensions or not.

publicĀ enumĀ UseZip64

Members

Member Name Description
Off Zip64 will not be forced on entries during processing.
On Zip64 should always be used.
Dynamic #ZipLib will determine use based on entry values when added to archive.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip Namespace