TextFile :: writeLine - Write line to output file
The function writes a line at end of file.
Implementation details
TextFile  :: writeLine ( odaba::String &sString )
The function writes the string passed in sString as line to the output file. Line break characters (lineBreak) are automatically appended to the string when not being terminated by line break.
- sString - String value