ZipArchiverExtract(String, String, ExtractExistingFileAction) Method

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

Definition

Namespace: DevCase.ThirdParty.DotNetZip
Assembly: DevCase.net48.ThirdParty.DotNetZip (in DevCase.net48.ThirdParty.DotNetZip.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public string Extract(
	string sourceFilePath,
	string outputDirectoryPath,
	ExtractExistingFileAction overwrite
)

Parameters

sourceFilePath  String
The source zip file.
outputDirectoryPath  String
The output directory path.
overwrite  ExtractExistingFileAction
A value that indicates whether to overwrite any existing file during the extraction.

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:

DotNetZip by Henrik/Dino Chiesa

See Also