Click or drag to resize

ArchiveExtractorExtractArchiveTo Method (DirectoryInfo)

Executes the extraction of the archive to the specified folder.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool ExtractArchiveTo(
	DirectoryInfo folder
)

Parameters

folder
Type: System.IODirectoryInfo
The location where files must be extracted.

Return Value

Type: Boolean
True if extracted, false otherwise.
See Also