CFileFind::IsDirectory

BOOL IsDirectory( ) const;

Return Value

Nonzero if successful; otherwise 0.

Remarks

Call this member function to determine if the found file is a directory. A file that is a directory is marked with FILE_ATTRIBUTE_DIRECTORY a file attribute identified in the WIN32_FIND_DATA structure.

See the member function MatchesMask for a complete list of file attributes.

CFileFind OverviewClass MembersHierarchy Chart