CreateProtectedZipFromFile

Description

This activity create an encrypted zip archive that contains only the specified file.


Input

InputFilePath InArgument<String>

The local path where the file you want to compress is.

InputFileValue InArgument<IFileValue>

The file that you want to compress.


Output

OutputFilePath InArgument<String>

The local path where the activity will save the compressed file

OutputFileValue OutArgument<IFileValue>

The output file value

OutputPassword OutArgument<String>

The generated password


Settings

CompressionLevel ECompressionLevel

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