Function
Arg | Description | Type |
---|---|---|
path | A path to compress | string (required) |
output | A path to write the output - default is the path with a .gz extension | string |
Required Permissions: FILESYSTEM_WRITE FILESYSTEM_READ
Compress a file.
The file is compressed using gzip. You can change the location of the output using the output parameter.