Table of Contents

FileObject::openForAppend

(string filename)

Syntax

bool FileObject::openForAppend(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::openForRead
FileObject::openForWrite
FileObject::readLine
FileObject::writeLine

References

This function is not called by any other functions.