Table of Contents

FileObject::openForRead

(string filename)

Syntax

bool FileObject::openForRead(string %filename);

Parameters

string %filename
No description available.

Return value

bool
No description available.

Remarks

Examples

Source

Engine

See also

FileObject::close
FileObject::isEOF
FileObject::openForAppend
FileObject::openForWrite
FileObject::readLine
FileObject::writeLine

References

This function is not called by any other functions.