Unzip
ITP/Server will decompress the zip-file File to the folder Folder.
Syntax
Unzip
File(<text>)
Folder(<text>);
Parameters
File: Required.
The zip-file ITP/Server will extract files from.
Folder: Required.
The folder that ITP/Server will extract the contents of the zip-file to.
Remarks
- The Unzip command extracts all files and folders in File recursively.
- The folder must exist, otherwise the Unzip command fails.
- Files inside the folder will be overwritten by files in the zip-file, if the file names are identical.
- The Unzip command cannot handle files larger than 2GB.