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

USTAR.ListTar

Method Signature

 Protected Function ListTar(TarFile As FolderItem) As String()

Parameters

Name Type Comment
TarFile 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 tar archive.

Remarks

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

See also

Entry-level points of interest denoted by "☜"



Clone this wiki locally