-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipWriter.SetEntryCompressionLevel
Andrew Lambert edited this page Dec 20, 2022
·
6 revisions
Sub SetEntryCompressionLevel(Path As String, CompressionLevel As Integer)
Name | Type | Comment |
---|---|---|
Path | String | The entry to modify. |
CompressionLevel | Integer | The compression level to use on the entry. |
Sets the compression level to use on the specified entry, overriding ZipWriter.CompressionLevel. 0=none; 1=fastest; 9=best.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.