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

USTAR.ReadTar

Method Signature

 Protected Function ReadTar(TarFile As FolderItem, ExtractTo As FolderItem, Overwrite As Boolean = False) As FolderItem()

Parameters

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.

Return value

Returns an array of FolderItems corresponding to the extracted files.

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally