Skip to content

PKZip.ZipWriter.SetEntryCompressionLevel

Andrew Lambert edited this page Apr 4, 2019 · 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 the archive default. 0=none; 1=fastest; 9=best.

Entry-level points of interest denoted by "☜"



Clone this wiki locally