| 168 | } |
| 169 | |
| 170 | std::string getParentPath(std::string Path) { |
| 171 | |
| 172 | return fs::path(Path).parent_path().string(); |
| 173 | } |
| 174 | |
| 175 | std::string rebasePath(const std::string &Path, const std::string &OrgBase, |
| 176 | const std::string &NewBase) { |
no outgoing calls