Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

ZipForge.Zip64Mode

ZipForge        

Previous  Top  Next

Specifies a zip file format.

 

[C#]

 

public ComponentAce.Compression.ZipForge.Zip64Mode Zip64Mode { get; set; }

 

public enum Zip64Mode

{

  Disabled,

  Auto,

  Always

}

 

[VB.NET]

 

Public Property Zip64Mode As Zip64Mode

 

Public Enum Zip64Mode

  ' Fields

  Always = 2

  [Auto] = 1

  Disabled = 0

End Enum

 

 

Description

 

Use Zip64Mode for creating Zip64 archives. Thus you can create archive files > 4Gb and add files > 4 Gb to the archive.

Set Zip64Mode to zmAlways to add files in Zip64 format. Use zmAuto for auto-detection of the archive format depending on sizes of the files being added. zmDisabled is a default value for creating archives in normal Zip format, compatible with most of archivers.

 

Note:        Zip64 format is not supported by some archivers. ZipForge uses the same foramt as PKZip. Nethertheless we do not guarantee that it is compatible with other programs.

 

 

 

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database May 19, 2024