CFile::SeekToBegin

Call this member function to set the value of the file pointer to the beginning of the file. SeekToBegin is equivalent to Seek( 0L, CFile::begin ).

Syntax

void SeekToBegin( );
throw( CFileException );

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CFile Overview, CFile Member Functions, File Service Classes