* Get previous directory path for a given path */
| 137 | * Get previous directory path for a given path |
| 138 | */ |
| 139 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetPrevDirectoryPath(const std::string& dirPath) { |
| 140 | return ::GetPrevDirectoryPath(dirPath.c_str()); |
| 141 | } |
| 142 | |
| 143 | /** |
| 144 | * Get current working directory |