Zip Archive
This activity extracts files to the folder from chosen .zip file or compresses chosen file(s) to a contracted file(s).
Compression is possible in .zip and .7z formats, while compression with the division into parts only in .7z format. Compressed file can be closed with a password.
Wildcards (?, *) are allowed - you can use an asterisk (*) to replace any sequence of characters, so pattern “*.*” as a last element of file path in Source textbox means that all documents in a given folder will be zipped at once.
| Name | Type | Category | Description |
|---|---|---|---|
| Action | Dropdown | Input | select action to perform from the dropdown list |
| Destination | String | Input | directory path to a file (file name, no extension) |
| Destination Type | Dropdown | Input | select destination type from the dropdown list |
| Format | Dropdown | Input | select archive format from the dropdown list |
| Part size (MB) | Int32 | Input | integer; choose max size of every part of zipped file (compression with division) |
| Password | String | Input | password (string expression) |
| Source | String | Input | directory path to a file (file name and extension included) |
| Alternative Scenario If Failed | Boolean | Misc | checkbox; default is "on" |
| Display Name | Literal | Misc | changes display name of the activity |
| Exclude from Transaction Check | Boolean | Misc | checkbox; default is "off" |
| Result | Boolean | Output | returns a Boolean value. True if no error in activity, otherwise will return False |
| Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info |
| Fullscreen | Boolean | Screenshot | checkbox; default is "off" |
| Screenshot Path | String | Screenshot | directory path to save location |
| Show Cursor | Boolean | Screenshot | checkbox; default is "off" |
| Window Screenshots | Boolean | Screenshot | checkbox; default is "off" |