LoadTextFromFile
Structure
LoadTextFromFile(sFullFileName: String): String
Parameters
| Parameter | Type | Description
| sFullFileName | String | The file location (full path) |
Return Value
String
Returns the full text of the file.
Description
Use this function to load text from a file on your network. |