Skip to main content
File Management

Unzip file

Unzip file

Extracts the content of a ZIP file to a specified destination directory. It allows you to recover compressed files and make them available to other steps of the automation flow.


Options

Zip file path

Enter the full path of the ZIP file that will be unzipped, including the name and the extension. Example: C:\Desktop\files.zip.

Path where files will be unzipped

Enter the path of the folder where the extracted files will be saved. Example: C:\Desktop\Extracted.

Returns

This action has no returns.

Rules and Conditions

  • The Zip file path and Path where files will be unzipped fields are required.
  • The ZIP file provided must exist and be accessible by the robot.
  • The destination directory must exist; otherwise, the action may raise an error.
  • If the destination already contains files with the same name, they may be replaced.