Lines Matching refs:CFSTR
17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
20 bool SetFileAttrib(CFSTR path, DWORD attrib);
29 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib);
32 bool MyMoveFile(CFSTR existFileName, CFSTR newFileName);
35 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName);
38 bool RemoveDir(CFSTR path);
39 bool CreateDir(CFSTR path);
46 bool CreateComplexDir(CFSTR path);
48 bool DeleteFileAlways(CFSTR name);
51 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
53 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
57 bool SetCurrentDir(CFSTR path);
73 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
74 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
76 bool MoveTo(CFSTR name, bool deleteDestBefore);
88 bool Create(CFSTR namePrefix) ;