TarArchive.ExtractContents Method

SharpZip Compression Library

SharpZip Compression Library

TarArchive.ExtractContents Method 

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

public void ExtractContents(
   string destDir
);

Parameters

destDir
The destination directory into which to extract.

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace