Lines Matching refs:FString
14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
49 bool RemoveDirWithSubItems(const FString &path);
51 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
52 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
53 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
58 bool GetCurrentDir(FString &resultPath);
62 bool MyGetTempPath(FString &resultPath);
67 FString _path;
72 const FString &GetPath() const { return _path; } in GetPath()
82 FString _path;
86 const FString &GetPath() const { return _path; } in GetPath()
95 FString _path;
107 FString s; in ~CCurrentDirRestorer()