ZipCompressionLevel

Changes compression level for zip functions.

OutputVar := ZipCompressionLevel(CompressionLevel)
Function Example: CompressionLevel := ZipCompressionLevel(9)

Parameters

OutputVar

The name of the variable in which to store new compression level.

CompressionLevel (optional)

New compression level to use, supported values are 0 - 9.

Remarks

When TZIP_OPTION_GZIP is used only one file can be included in the zip archive.

Related

ZipCreateFile, ZipAddFile, ZipCloseFile, UnZip, ZipCreateBuffer, ZipAddBuffer, ZipCloseBuffer, UnZipBuffer, ZipRawMemory, UnZipRawMemory, ZipInfo, ZipAddFolder