Compress files into a ZIP archive
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
Files to Zip files | array | Required | — | — |
ZIP File Path zipPath | file | Required | — | — |
Compression Level compressionLevel | enum | Optional | normal | —nonefastnormalmaximum |
Output Variable outputVariable | variable | Optional | ZipPath | — |
Output
ZipPathStringPath to the created zip file
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Extract ZIP
Extract files from a ZIP archive
Append Text File
Adds text to the end of an existing .txt file.
Copy File
Copies a file to a specified destination while keeping the original file unchanged.
Create File
Creates a new file at the specified location.
Create Folder
Creates a folder at the specified location.
Delete File
Permanently deletes a file.