Lines Matching refs:path
14 bool GetWindowsDir(FString &path);
15 bool GetSystemDir(FString &path);
22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
27 bool SetFileAttrib(CFSTR path, DWORD attrib);
37 int my_chown(CFSTR path, uid_t owner, gid_t group);
41 bool SetFileAttrib_PosixHighDetect(CFSTR path, DWORD attrib);
50 bool RemoveDir(CFSTR path);
51 bool CreateDir(CFSTR path);
56 path can be WITH or WITHOUT trailing path separator. */
58 bool CreateComplexDir(CFSTR 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);
69 bool SetCurrentDir(CFSTR path);