Skip to content

PKZip.ZipWriter.SetEntryCompressionMethod

Andrew Lambert edited this page Nov 26, 2022 · 9 revisions

PKZip.ZipWriter.SetEntryCompressionMethod

Method Signature

 Sub SetEntryCompressionMethod(Path As String, CompressionMethod As Integer)

Parameters

Name Type Comment
Path String The entry to modify.
CompressionMethod Integer The compression method to use on the entry.

Remarks

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)

Entry-level points of interest denoted by "☜"



Clone this wiki locally