Skip to content

PKZip.ZipWriter.SetEntryCompressionLevel

Andrew Lambert edited this page Dec 20, 2022 · 6 revisions

PKZip.ZipWriter.SetEntryCompressionLevel

Method Signature

 Sub SetEntryCompressionLevel(Path As String, CompressionLevel As Integer)

Parameters

Name Type Comment
Path String The entry to modify.
CompressionLevel Integer The compression level to use on the entry.

Remarks

Sets the compression level to use on the specified entry, overriding ZipWriter.CompressionLevel. 0=none; 1=fastest; 9=best.

Entry-level points of interest denoted by "☜"



Clone this wiki locally