Lines Matching refs:string
19 #include <string>
46 std::string GetCurrentProcFullFileName();
51 std::string GetCurrentProcPath();
56 std::string ExtractFilePath(const std::string& fileFullName);
61 std::string ExtractFileName(const std::string& fileFullName);
67 std::string ExtractFileExt(const std::string& fileName);
75 std::string ExcludeTrailingPathDelimiter(const std::string& path);
83 std::string IncludeTrailingPathDelimiter(const std::string& path);
91 void GetDirFiles(const std::string& path, std::vector<std::string>& files);
99 bool IsEmptyFolder(const std::string& path);
111 bool ForceCreateDirectory(const std::string& path);
124 bool ForceRemoveDirectory(const std::string& path);
132 bool RemoveFile(const std::string& fileName);
137 uint64_t GetFolderSize(const std::string& path);
147 bool ChangeModeFile(const std::string& fileName, const mode_t& mode);
157 bool ChangeModeDirectory(const std::string& path, const mode_t& mode);
165 bool PathToRealPath(const std::string& path, std::string& realPath);
171 std::string TransformFileName(const std::string& fileName);