ArchiverExtract(String, String) Method

Extracts the contents of the source compressed archive to the specified diretory.

Definition

Namespace: DevCase.ThirdParty.SevenZipSharp
Assembly: DevCase.net48.ThirdParty.SevenZipsharp (in DevCase.net48.ThirdParty.SevenZipsharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual string Extract(
	string sourceFilePath,
	string outputDirectorypath
)

Parameters

sourceFilePath  String
The source compressed archive.
outputDirectorypath  String

[Missing <param name="outputDirectorypath"/> documentation for "M:DevCase.ThirdParty.SevenZipSharp.Archiver.Extract(System.String,System.String)"]

Return Value

String
The full path of the output directory.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

Squid-Box.SevenZipSharp

See Also