Searched defs:IsDir (Results 1 – 7 of 7) sorted by relevance
22 bool IsDir() const { return (Attrib & FILE_ATTRIBUTE_DIRECTORY) != 0 ; } in IsDir() function59 bool IsDir; member
63 bool IsDir; member
20 inline bool IsDir(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_DIRECTORY) != 0; } in IsDir() function49 bool IsDir() const { return MatchesMask(FILE_ATTRIBUTE_DIRECTORY); } in IsDir() function
33 bool IsDir; member
151 bool IsDir; member
101 Byte IsDir; member