Searched refs:FileAttrs (Results 1 – 1 of 1) sorted by relevance
74 static bool IsDir(DWORD FileAttrs) { in IsDir() argument75 if (FileAttrs == INVALID_FILE_ATTRIBUTES) return false; in IsDir()76 return FileAttrs & FILE_ATTRIBUTE_DIRECTORY; in IsDir()