-
-
Notifications
You must be signed in to change notification settings - Fork 3
zlib.CompressAsZip
Andrew Lambert edited this page Nov 26, 2022
·
7 revisions
zlib.CompressAsZip
Function CompressAsZip(Extends Root As FolderItem, Optional OutputFile As FolderItem) As FolderItem
Name | Type | Comment |
---|---|---|
Root | FolderItem | The root of the directory to zip |
OutputFile | FolderItem | Optional. The path to create the zip file at |
The resulting zip file, or Nil
on error.
Compresses a directory into a zip file, including all subdirectories and files.
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.