Table of Contents

FileObject::writeLine

(string text)Write a line to the file, if it was opened for writing.

Syntax

void FileObject::writeLine(string %text);

Parameters

string %text
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

FileObject::close
FileObject::isEOF
FileObject::openForAppend
FileObject::openForRead
FileObject::openForWrite
FileObject::readLine

References

This function is not called by any other functions.