From_ByteArray_To_File

Description

This activity saves a byte array content to a specific local path.


Input Value

Value InArgument<Byte[]> REQUIRED

The content of the file you want to save.


Misc


Output File

FullPath InArgument<String> REQUIRED

The full path where you want to save the file.


Settings

CreatePathIfDoesNotExist InArgument<Boolean>

If it is set to true the activity creates automatically the path of the destination file if doesn't exist yet. Otherwise an exception will be thwown.

CreateVersioningIfFileExist InArgument<Boolean>

If it is set to true the activity creates a new version of the output file if it already exists. Otherwise, if the file already exists, an exception will be thwown.

Override InArgument<Boolean>

If it is set to true the activity overridees the destination file if it already exists. Otherwise an exception will be thrown.

SetReadOnly InArgument<Boolean>

Sets the readonly proerty of the file.

TmpExtension InArgument<String>

Sets the temporary file's extension.