Unzip

KCM Core decompresses the zip file File to the folder Folder.

Syntax

Unzip
   File(<text>)
   Folder(<text>);

Parameters

  • File: Required. The zip file KCM Core extracts files from.
  • Folder: Required. The folder that KCM Core extracts 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 are overwritten by files in the zip file if the file names are identical.
  • The Unzip command cannot handle files larger than 2GB.