This topic has not yet been rated - Rate this topic

CFile::SeekToBegin

Sets the value of the file pointer to the beginning of the file.

void SeekToBegin( );

Remarks

SeekToBegin() is equivalent to Seek( 0L, CFile::begin ).

Example

//example for CFile::SeekToBegin
extern CFile cfile;
cfile.SeekToBegin();

See Also

CFile Overview | Class Members | Hierarchy Chart

Did you find this helpful?
(1500 characters remaining)