CreateZipFromFolder

Description

This activity allows you to create a zip archive from a specific folder.


Input

InputFolderName InArgument<String> REQUIRED

The local path where the folder you want to zip is.


Output

OutputFilePath InArgument<String>

The local path where the activity will save the compressed file. The file name must have ".zip" as extension.

OutputFileValue OutArgument<IFileValue>

The output file value

OutputType EOutputType

If this argument is set to IFileValue the activity will return an IFileValue. If it's set to LocalFile the activity will save the file to the specified local directory.


Settings

CompressionLevel ECompressionLevel

The level of compression that will be used to compress the file.

Password InArgument<String>

The password that will protect your compressed file. If this argument is empty the file will have no password.