40 #ifndef DDD_PATH_MANAGER_H_
41 #define DDD_PATH_MANAGER_H_
72 static bool IsPathRelative(
const std::string& pathStr);
78 static bool IsPathAbsolute(
const std::string& pathStr);
84 static bool IsPathValid(
const std::string& pathStr);
90 bool MakeAbsolutePath(
const std::string& pathStr, std::string& absPath);
95 void DDDConfigPath(
const std::string& pathStr);
98 std::string DDDConfigPath();
104 std::string GetRelativePathFromDDDConfig(
const std::string& absPath);
109 void CallingAppPath(
const std::string& path);
112 std::string CallingAppPath();
118 std::string GetRelativePathFromCallingApp(
const std::string& absPath);
125 #endif // DDD_PATH_MANAGER_H_
Definition: DDD_PathManager.h:55
Definition: AttributeChangedEmitter.h:46