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

Method string GetFileNameWithoutExt

include/Functions.hpp:125–127  ·  view source on GitHub ↗

* Get filename string without extension */

Source from the content-addressed store, hash-verified

123 * Get filename string without extension
124 */
125RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetFileNameWithoutExt(const std::string& filePath) {
126 return ::GetFileNameWithoutExt(filePath.c_str());
127}
128
129/**
130 * Get full path for a given fileName with path

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected