Lines Matching refs:FString
14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
61 bool RemoveDirWithSubItems(const FString &path);
63 bool MyGetFullPathName(CFSTR path, FString &resFullPath);
64 bool GetFullPathAndSplit(CFSTR path, FString &resDirPrefix, FString &resFileName);
65 bool GetOnlyDirPrefix(CFSTR path, FString &resDirPrefix);
70 bool GetCurrentDir(FString &resultPath);
74 bool MyGetTempPath(FString &resultPath);
81 FString _path;
86 const FString &GetPath() const { return _path; }
98 FString _path;
102 const FString &GetPath() const { return _path; }
113 FString _path;
125 FString s;