-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.ListTar
Andrew Lambert edited this page Apr 17, 2021
·
3 revisions
USTAR.ListTar
Protected Function ListTar(TarFile As FolderItem) As String()
Name | Type | Comment |
---|---|---|
TarFile | 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 tar archive.
This method enumerates the specified tar 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.