Zoomed Image

AMSX Scripting Language - Command : UnzipNet

Summary

Extract a zip archive using the .NET ZipFile class

Description

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.

Parameters

ParameterDescription
cmdSource zip file to extract
Argument 0Target folder to extract files into

Syntax


UnzipNet "Source zip file to extract", "Target folder to extract files into"

Return to the AMSX Command Reference