CFile

This class is the base class for Microsoft Foundation file classes. It provides unbuffered, binary disk input/output services, and indirectly supports text files and memory files through its derived classes.

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

Remarks

You can use the CFile class to access files in the Windows CE object store.

MFC for Windows CE does not support the following methods of the CFile class:

See Also

File Service Classes