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)