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

Method string GetPrevDirectoryPath

include/Functions.hpp:139–141  ·  view source on GitHub ↗

* Get previous directory path for a given path */

Source from the content-addressed store, hash-verified

137 * Get previous directory path for a given path
138 */
139RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetPrevDirectoryPath(const std::string& dirPath) {
140 return ::GetPrevDirectoryPath(dirPath.c_str());
141}
142
143/**
144 * Get current working directory

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected