* Get full path for a given fileName with path */
| 130 | * Get full path for a given fileName with path |
| 131 | */ |
| 132 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetDirectoryPath(const std::string& filePath) { |
| 133 | return ::GetDirectoryPath(filePath.c_str()); |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Get previous directory path for a given path |