TarArchive.ListContents Method

Perform the "list" command and list the contents of the archive. NOTE That this method uses the progress display to actually list the conents. If the progress display is not set, nothing will be listed!

[Visual Basic]
Public Sub ListContents()
[C#]
public void ListContents();

See Also

TarArchive Class | TarArchive Members | ICSharpCode.SharpZipLib.Tar Namespace