TarArchive.ExtractContents Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

TarArchive.ExtractContents Method 

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

public void ExtractContents(
   string destinationDirectory
);

Parameters

destinationDirectory
The destination directory into which to extract.

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace