Append Raw Action

Appends a string to a file, or creates a new file if one does not already exist.

It will use the text encoding in the default settings to determine the encoding to use to store the string unless you select the Use Base 64 Encoding checkbox.

Because an encoding is applied, the string will be readable and editable in a text editor.

Parameters

Str The string we want to append to the file.

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples

AppendRawAction