Specifies a zip file format .
type TZip64Mode = (zmDisabled, zmAuto, zmAlways);
property Zip64Mode: TZip64Mode;
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.
Note: Zip64Mode property is supported in Delphi 6, 7 and C++ Builder 6 only.
|
|