GetFileFromZip

Description

This activity allows you to get a single file from a zip archive by its name.


Input

FileToGetName InArgument<String> REQUIRED

The relative file path inside the zip. Example: 'MySubFolder/MyFile.txt'

InputFilePath InArgument<String>

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

InputFileValue InArgument<IFileValue>

The file value that you want to upload.


Output

OutputFileDirectory InArgument<String>

The local path WITHOUT FILE NAME where the activity will save the compressed file. If this parameter is empty the file will be saved in a temporary folder. Look at OutputFilePath to know where the file is saved.

OutputFilePath OutArgument<String>

The path where the output file is saved if OutputType is set to LocalFile

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

Password InArgument<String>

The password to access the file. If the fila has no password leave this argument empty.