Save Raw Action

Saves a string as a file, overwriting any existing files.

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 save as a file.

Use Base 64 Encoding

Whether we want to use Base-64 encoding on the string. If in doubt leave this unchecked .

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

SaveRawAction