Click or drag to resize

ArchiveExtractorExtract Method

Extracts an archive to a specified folder.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static bool Extract(
	FileInfo archive,
	DirectoryInfo folder
)

Parameters

archive
Type: System.IOFileInfo
folder
Type: System.IODirectoryInfo

Return Value

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