Lines Matching refs:CFSTR
24 // bool DoesFileExist(CFSTR name, bool followLink);
25 bool DoesFileExist_Raw(CFSTR name);
26 bool DoesFileExist_FollowLink(CFSTR name);
27 bool DoesDirExist(CFSTR name, bool followLink);
29 inline bool DoesDirExist(CFSTR name)
31 inline bool DoesDirExist_FollowLink(CFSTR name)
35 bool DoesFileOrDirExist(CFSTR name);
37 DWORD GetFileAttrib(CFSTR path);
105 bool Fill_From_ByHandleFileInfo(CFSTR path);
168 bool Find(CFSTR path, bool followLink = false);
169 bool Find_FollowLink(CFSTR path) { return Find(path, true); }
172 // bool Fill_From_ByHandleFileInfo(CFSTR path);
173 // bool FollowReparse(CFSTR path, bool isDir);
175 bool Find_DontFill_Name(CFSTR path, bool followLink = false);
197 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
216 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
264 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);