Extract Compressed Files

This Automation Manager object removes files from a .ZIP file to the given location.

Privileges

Normal

Input Parameters

Name Type Required Description
ZIP File Name String Yes The full path of the .ZIP file to be extracted.
Destination String Yes The full path of the folder to copy the extracted files.

Output Parameters

Name Type Description
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
ZIP File Name String Yes C:\folder1\file1.zip
Destination String Yes C:\folder2