-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ZipWriter.SetEntryCompressionMethod
Andrew Lambert edited this page Nov 26, 2022
·
9 revisions
Sub SetEntryCompressionMethod(Path As String, CompressionMethod As Integer)
Name | Type | Comment |
---|---|---|
Path | String | The entry to modify. |
CompressionMethod | Integer | The compression method to use on the entry. |
Sets the compression method to use on the entry specified by Path
. This overrides ZipWriter.CompressionMethod. Supported methods are:
-
METHOD_NONE
(0) -
METHOD_DEFLATE
(8) (zlib required) -
METHOD_BZIP2
(12) (bzip2 required)
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.