Table of Contents

FileObject::openForWrite

(string filename)

Syntax

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

References

This function is not called by any other functions.