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