-
-
Notifications
You must be signed in to change notification settings - Fork 3
PKZip.ListZip
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
PKZip.ListZip
Protected Function ListZip(ZipFile As FolderItem) As String()
Name | Type | Comment |
---|---|---|
ZipFile | FolderItem | The archive file to read |
An array of zero or more strings corresponding to the path & name of all files and directories in the zip archive.
This method enumerates the specified zip archive and returns a list of file paths.
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.