-
-
Notifications
You must be signed in to change notification settings - Fork 4
PKZip.ZipWriter.AppendDirectory
Andrew Lambert edited this page Oct 28, 2018
·
8 revisions
Function AppendDirectory(Entry As FolderItem, Recursive As Boolean = True) As String| Name | Type | Comment |
|---|---|---|
| Entry | FolderItem | The directory to append to the archive. |
| Recursive | Boolean | Optional. If True, then sub-directories and files within the Entry directory will be appended too. |
Returns the path of the directory within the archive.
Appends a directory structure to the archive.
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.