Back to FabImage Library website
You are here: Start » Function Reference » All Functions » String » SaveTextLines
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: | fil |
Module: | FoundationLite |
Saves text lines to a file.
Syntax
void fil::SaveTextLines ( const ftl::Array<ftl::String>& inTextLines, fil::FileAccessMode::Type inFileAccessMode, const ftl::File& inFile, const ftl::String& inLineDelimiter, bool inIgnoreErrors )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inTextLines | const Array<String>& | ||
![]() |
inFileAccessMode | FileAccessMode::Type | ||
![]() |
inFile | const File& | ||
![]() |
inLineDelimiter | const String& | \"\\\\r\\\\n\" | End of line character sequence, escaped |
![]() |
inIgnoreErrors | bool |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty LineDelimiter on input in SaveTextLines. |