Back to Aurora Vision Library Lite website
You are here: Start » Basic » String » LoadText
LoadText
| Header: | STD.h |
|---|---|
| Namespace: | avl |
Loads a text from a file.
Syntax
void avl::LoadText ( const atl::File& inFile, atl::String& outText )
Parameters
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| IoError | Source file is too large to be loaded as String in LoadText. |


