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

Method string GetFileName

include/Functions.hpp:118–120  ·  view source on GitHub ↗

* Get pointer to filename for a path string */

Source from the content-addressed store, hash-verified

116 * Get pointer to filename for a path string
117 */
118RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetFileName(const std::string& filePath) {
119 return ::GetFileName(filePath.c_str());
120}
121
122/**
123 * Get filename string without extension

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected