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 public bool ExtractArchiveTo(
string destinationFolder
)
Parameters
- destinationFolder
- Type: SystemString
The location where files must be extracted.
Return Value
Type:
BooleanTrue if extracted, false otherwise.
See Also