* Change working directory, return true on success */
| 172 | * Change working directory, return true on success |
| 173 | */ |
| 174 | RLCPP_MAYBEUNUSED RLCPPAPI inline bool ChangeDirectory(const std::string& dir) { |
| 175 | return ::ChangeDirectory(dir.c_str()); |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Get dropped files names |