Searched refs:DoesDirExist (Results 1 – 4 of 4) sorted by relevance
27 bool DoesDirExist(CFSTR name, bool followLink);29 inline bool DoesDirExist(CFSTR name) in DoesDirExist() function30 { return DoesDirExist(name, false); } in DoesDirExist()32 { return DoesDirExist(name, true); } in DoesDirExist_FollowLink()
746 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function1158 bool DoesDirExist(CFSTR name, bool followLink) in DoesDirExist() function
1853 if (NFind::DoesDirExist(phyPath)) in UpdateArchive()
498 if (!NFile::NFind::DoesDirExist(fullPath)) in CreateComplexDirectory()