Plugins.Soda.Zip - zip
Description
Adds the selected files to a zip file. Created zips may contain a comment and also be password protected.
Parameters
Table 30. Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| zipFile | string | The name of the zip file to create. | true |
| comment | string | Optional comment for the created file. | false |
| password | string | Optional password to protect the file with. | false |
| if | bool | If true, the task will be executed, otherwise it will be skipped. The default is true. | False |
| unless | bool | The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. | False |