-
-
Notifications
You must be signed in to change notification settings - Fork 3
USTAR.ReadTar
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
USTAR.ReadTar
Protected Function ReadTar(TarFile As FolderItem, ExtractTo As FolderItem, Overwrite As Boolean = False) As FolderItem()
Name | Type | Comment |
---|---|---|
TarFile | FolderItem | The archive file to read |
ExtractTo | FolderItem | The directory to extract into |
Overwrite | Boolean | Optional. If True , existing files within ExtractTo are overwritten. |
Returns an array of FolderItems corresponding to the extracted 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.