[]
Extracts the contents of the zip file into a specified path.
public void ExtractFolder(string path)
| Type | Name | Description |
|---|---|---|
| string | path | Destination path for the unzipped files. |
If the zip file contains compressed folders, new folders will be created under the destination path to preserve the hierarchical structure of the archive.