ZipArchive.Extract Method
Name | Parameters | Description |
---|---|---|
Extract() | none | Extract all archive items as files into the current directory. |
Extract(String, AllowFileOverwriteMode) | path, mode | Extracts all archive items as files into the specified directory and enables you to define the behavior in case of file name conflicts. |
Extract(String) | path | Extracts all archive items as files into the specified directory. |