TarArchive.ExtractContents Method

Perform the "extract" command and extract the contents of the archive.

[Visual Basic]
Public Sub ExtractContents( _
   ByVal destDir As String _
)
[C#]
public void ExtractContents(
   string destDir
);

Parameters

destDir

The destination directory into which to extract.

See Also

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