MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ChangeDirectory

Function ChangeDirectory

include/Functions.hpp:174–176  ·  view source on GitHub ↗

* Change working directory, return true on success */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected