Function CSPFile::GoEOF()
Description:
Sets the file pointer position to the End Of File (EOF).
 |
Prototype:
bool GoEOF();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions GetPosition(), SetPosition(), GoBOF(), GoBOF()
|
|