Compress File/Folder
Compresses a file or folder.
Last updated
Compresses a file or folder.
Last updated
This activity compresses the user-specified file or folder containing files.
Source Filename: Required
The full path of the file to be zipped.
Password: Specifies the password required for compressing the given file.
Archive Mode: Specifies the type of archiving format to be used for compression.
Zip
- If selected, compresses the given file /folder using zip archiving format.
Gzip
- If selected, compresses the given file /folder using Gip archiving format.
Compress Mode:
File
- If selected, a file can be selected for compression from the file browser.
Folder
- If selected, a folder can be selected for compression from the folder browser.
Compression Level: Specifies the compression level of the given file. The higher the compression level the slower it is to compress and decompress.
Destination: Required
The destination path where the file is to be moved.
Result: Specifies the variable to store the boolean value of whether the given file is compressed or not.