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

Method string GetDirectoryPath

include/Functions.hpp:132–134  ·  view source on GitHub ↗

* Get full path for a given fileName with path */

Source from the content-addressed store, hash-verified

130 * Get full path for a given fileName with path
131 */
132RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetDirectoryPath(const std::string& filePath) {
133 return ::GetDirectoryPath(filePath.c_str());
134}
135
136/**
137 * Get previous directory path for a given path

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected