Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | zipFiles(files, zipFileName) | Package | file | Alias |
| Pkg Usage | zip(files, zipFileName) |
|
Description
Excerpt |
---|
|
Adds a file or an array of files to a zip file. |
Adds a file or an array of files to a zip file. If the zip file doesn't exist, it will be created, otherwise it will be appended with all files that exist.
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
files | string[] | Yes | List of files. | zipFileName | String | Yes | Name of the zip file. |
|
Return Type
Boolean (true/false)
...
Note |
---|
It is recommended that you use forward slashes ( / ) for file paths. |
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "file_routine" and space = currentSpace ( ) |
---|
labels | array_routines |
---|
|