Table of Contents

FileObject::close

Close the file.

Syntax

void FileObject::close();

Parameters

This function does not accept any parameters.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

FileObject::isEOF
FileObject::openForAppend
FileObject::openForRead
FileObject::openForWrite
FileObject::readLine
FileObject::writeLine

References

This function is not called by any other functions.