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