Extracts the whole content of the specified ZIP archive into the specified local directory.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
Public Shared Function ExtractAll ( _ zipFilePath As String, _ targetDirectoryPath As String _ ) As ArchiveOperationResult |
C# |
---|
public static ArchiveOperationResult ExtractAll( string zipFilePath, string targetDirectoryPath ) |
Parameters
- zipFilePath
- Type: System..::..String
Path to a ZIP archive file.
- targetDirectoryPath
- Type: System..::..String
Path to an existing local directory to which to extract the ZIP archive.