Enum UseZip64
Determines how entries are tested to see if they should use Zip64 extensions or not.
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum UseZip64
Fields
Name | Description |
---|---|
Dynamic | ZipLib will determine use based on entry values when added to archive. |
Off | Zip64 will not be forced on entries during processing. |
On | Zip64 should always be used. |