'Declaration Public Overloads Shared Function GetTarContents( _ ByVal tarFileName As String, _ ByVal recursive As Boolean, _ ByVal ParamArray filters() As String _ ) As QuickTarItem()
Parameters
- tarFileName
- The full path of the Tar archive. Cannot be empty and must exist.
- recursive
- Boolean value indicating whether files contained within sub-folders of filesToTar items should be listed.
- filters
- Used to filter the contents of the Tar archive.