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

PKZip.ListZip

Method Signature

 Protected Function ListZip(ZipFile As FolderItem) As String()

Parameters

Name Type Comment
ZipFile FolderItem The archive file to read

Return value

An array of zero or more strings corresponding to the path & name of all files and directories in the zip archive.

Remarks

This method enumerates the specified zip archive and returns a list of file paths.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally