Read File Content
Reads the entire contents of a file and returns it as a string. Inverse of Save to File.
Category: File & Folder Operations · Group: Files · Activity name: ReadFileContent

Example
outputVariable = ReadFileContent("<filePath>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| File Path | string | Yes | The full system path of the file to read. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | string | Specifies the name of the variable that will store the file content. |