CFile::Flush

Call this member function to force any data remaining in the file buffer to be written to the file.

Syntax

virtual void Flush( );
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