Table of Contents

FileObject::readLine

Read a line from the file.

Syntax

string FileObject::readLine();

Parameters

This function does not accept any parameters.

Return value

string
No description available.

Remarks

Examples

Source

Engine

See also

FileObject::close
FileObject::isEOF
FileObject::openForAppend
FileObject::openForRead
FileObject::openForWrite
FileObject::writeLine

References

This function is not called by any other functions.