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

Method string GetWorkingDirectory

include/Functions.hpp:146–148  ·  view source on GitHub ↗

* Get current working directory */

Source from the content-addressed store, hash-verified

144 * Get current working directory
145 */
146RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetWorkingDirectory() {
147 return ::GetWorkingDirectory();
148}
149
150/**
151 * Get filenames in a directory path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected