USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Extract a zip archive using the .NET ZipFile class
Extracts the contents of a zip archive to the specified folder using the .NET 4.5 ZipFile class. Use this in preference to Unzip when the archive was created with ZipNet, as both use the same underlying format.
| Parameter | Description |
|---|---|
| cmd | Source zip file to extract |
| Argument 0 | Target folder to extract files into |
UnzipNet "Source zip file to extract", "Target folder to extract files into"