Skip to content
Andrew Lambert edited this page Nov 26, 2022 · 7 revisions

zlib.CompressAsZip

Method Signature

 Function CompressAsZip(Extends Root As FolderItem, Optional OutputFile As FolderItem) As FolderItem

Parameters

Name Type Comment
Root FolderItem The root of the directory to zip
OutputFile FolderItem Optional. The path to create the zip file at

Return value

The resulting zip file, or Nil on error.

Remarks

Compresses a directory into a zip file, including all subdirectories and files.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally