SetConnect

CompressDirectory

File::CompressDirectory
Description
Compress the contents of a directory into a zip file. Supports (AES) encryption and multi-volume archives.
Options
Source Directory
The directory which contents will be compressed.
Remove Sourcefile
When checked, will remove the original file after it has been compressed.
Preserve Path
When checked, the full path will be stored inside the compressed file.
{Full Path}
When enabled, the full filepath will be stored.
{Relative Path}
When enabled, the relative path (compared to the scandir) will be stored.
Include Subdirectories
When checked, subdirectories will be included.
Destination File
Destination file which will contain the compressed files.
Password
Optional password to encrypt the destination file.
Encryption
Determines if files must be encrypted. Options: None, Standard, AES128, AES192, AES256.
Compression
Compression level. None, Low, Medium, High.
Multi Volume

If set to another option then "None", the outputfile will be split into multiple files of the specified size.
Valid options for size are K, M and G:

Examples:
500K = 500 kilobyte
1M = 1 megabyte
50M = 50 megabyte
1G = 1 gigabyte

Tempfile Directory
Optional directory where temporary files will be stored..

Documentation

Release notes