* Get current working directory */
| 144 | * Get current working directory |
| 145 | */ |
| 146 | RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetWorkingDirectory() { |
| 147 | return ::GetWorkingDirectory(); |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Get filenames in a directory path |
nothing calls this directly
no outgoing calls
no test coverage detected