Click or drag to resize

ArchiveExtractorExtractArchiveTo Method (String)

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(
	string destinationFolder
)

Parameters

destinationFolder
Type: SystemString
The location where files must be extracted.

Return Value

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