Share via


CFile::Close

Closes the file associated with this object and makes the file unavailable for reading or writing.

virtual void Close( );

Remarks

If you have not closed the file before destroying the object, the destructor closes it for you.

If you used new to allocate the CFile object on the heap, then you must delete it after closing the file. Close sets m_hFile to CFile::hFileNull.

Example

See the example for CFile::CFile.

Requirements

Header: afx.h

See Also

Reference

CFile Class

Hierarchy Chart

CFile::Open