search for: m_attribut

Displaying 1 result from an estimated 1 matches for "m_attribut".

Did you mean: m_attribute
2000 Mar 29
0
Something about Upper/Lower-case
...fields: CTime m_ctime The date and time the file was created. CTime m_mtime The date and time the file was last modified. CTime m_atime The date and time the file was last accessed for reading. LONG m_size The logical size of the file in bytes, as reported by the DIR command. BYTE m_attribute The attribute byte of the file. char m_szFullName[_MAX_PATH] The absolute filename in the Windows character set. lpszFileName Example //example for CFile::GetStatus CFileStatus status; extern CFile cfile; if( cfile.GetStatus( status ) ) // virtual member function { #ifdef _DEB...