FileRead
Alias:FileRead, ReadFromFile
Output:StringStream
Reads text from a file.
| Parameter | Type | Required | Position | Default Value | Summary |
|---|---|---|---|---|---|
| Path | string | ✔ | 1 | The name of the file to read. | |
| Encoding | EncodingEnum | 2 | UTF8 no BOM | How the file is encoded. | |
| Decompress | bool | 3 | false | Whether to decompress this string |