This activity saves a byte array content to a specific local path.
The content of the file you want to save.
The full path where you want to save the file.
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.
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.
If it is set to true the activity overridees the destination file if it already exists. Otherwise an exception will be thrown.
Sets the readonly proerty of the file.
Sets the temporary file's extension.