Back to Adaptive Vision Library websiteYou are here:
Start »
Function Reference »
String »
LoadTextLines
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
| Header: | STD.h |
| Namespace: | avl |
Loads text lines from a file.
Syntax
void avl::LoadTextLines
(
const atl::File& inFile,
const atl::String& inLineDelimiter,
bool inSkipEmptyLines,
atl::Array<atl::String>& outTextLines
)
Parameters
|
Name |
Type |
Default |
Description |
 |
inFile |
const File& |
|
|
 |
inLineDelimiter |
const String& |
\"\\\\r\\\\n\" |
End of line character sequence, escaped |
 |
inSkipEmptyLines |
bool |
|
|
 |
outTextLines |
Array<String>& |
|
|
Errors
List of possible exceptions:
| Error type |
Description |
| DomainError |
Empty LineDelimiter on input in LoadTextLines. |