Load Raw String Action

Description

Loads an entire file as a string.

It will use the text encoding in the default settings (UTF8 by default) unless Use Base 64 Encoding is selected.

The Error Event will be triggered if the file does not exist.  In this case, you can use the File Exists action to check if the file exists before loading.

Parameters

Str The string variable we want to load our file into.

Use Base 64 Encoding

Whether the data we're loading is encoded as Base-64. Leave unchecked if unsure.

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

LoadRawStringAction