CFile::Close

This method closes the file associated with this object and make the file unavailable for reading or writing. If you have not closed the file before destroying the object, the destructor closes it for you.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void Close( ); throw( CFileException );

See Also

CFile::Open