Show / Hide Table of Contents

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors