This structure is used by the CFile::GetStatus method to retrieve status information about a file.
Header file: | Afx.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 1.0 and later |
struct CFileStatus
{
CTime m_ctime;
CTime m_mtime;
CTime m_atime;
LONG m_size;
BYTE m_attribute;
TCHAR m_szFullName[_MAX_PATH];
};
enum Attribute {
normal,
readOnly,
hidden,
system,
volume,
directory,
archive
};