|
ULONGLONG | GetFileSize () const |
|
BOOL | GetFileName (LPTSTR lpstrFileName, int cchLength) const |
|
BOOL | GetFilePath (LPTSTR lpstrFilePath, int cchLength) const |
|
BOOL | GetFileTitle (LPTSTR lpstrFileTitle, int cchLength) const |
|
BOOL | GetFileURL (LPTSTR lpstrFileURL, int cchLength) const |
|
BOOL | GetRoot (LPTSTR lpstrRoot, int cchLength) const |
|
_CSTRING_NS::CString | GetFileName () const |
|
_CSTRING_NS::CString | GetFilePath () const |
|
_CSTRING_NS::CString | GetFileTitle () const |
|
_CSTRING_NS::CString | GetFileURL () const |
|
_CSTRING_NS::CString | GetRoot () const |
|
BOOL | GetLastWriteTime (FILETIME *pTimeStamp) const |
|
BOOL | GetLastAccessTime (FILETIME *pTimeStamp) const |
|
BOOL | GetCreationTime (FILETIME *pTimeStamp) const |
|
BOOL | MatchesMask (DWORD dwMask) const |
|
BOOL | IsDots () const |
|
BOOL | IsReadOnly () const |
|
BOOL | IsDirectory () const |
|
BOOL | IsCompressed () const |
|
BOOL | IsSystem () const |
|
BOOL | IsHidden () const |
|
BOOL | IsTemporary () const |
|
BOOL | IsNormal () const |
|
BOOL | IsArchived () const |
|
BOOL | FindFile (LPCTSTR pstrName=NULL) |
|
BOOL | FindNextFile () |
|
void | Close () |
|
|
WIN32_FIND_DATA | m_fd |
|
TCHAR | m_lpszRoot [MAX_PATH] |
|
TCHAR | m_chDirSeparator |
|
HANDLE | m_hFind |
|
BOOL | m_bFound |
|
The documentation for this class was generated from the following file: