Lines Matching full:cfstr
72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
105 bool SetFileAttrib(CFSTR path, DWORD attrib)
131 bool RemoveDir(CFSTR path)
157 bool MyMoveFile(CFSTR oldFile, CFSTR newFile)
193 bool MyCreateHardLink(CFSTR newFileName, CFSTR existFileName)
229 bool CreateDir(CFSTR path)
255 bool CreateComplexDir(CFSTR _aPathName)
302 bool DeleteFileAlways(CFSTR path)
375 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
383 bool MyGetFullPathName(CFSTR path, FString &resFullPath)
388 bool SetCurrentDir(CFSTR path)
428 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName)
439 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix)
468 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile)
521 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile)
531 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile)
552 bool CTempFile::MoveTo(CFSTR name, bool deleteDestBefore)
562 bool CTempDir::Create(CFSTR prefix)