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

Method string GetFileExtension

include/Functions.hpp:111–113  ·  view source on GitHub ↗

* Get pointer to extension for a filename string (including point: ".png") */

Source from the content-addressed store, hash-verified

109 * Get pointer to extension for a filename string (including point: ".png")
110 */
111RLCPP_MAYBEUNUSED RLCPPAPI inline std::string GetFileExtension(const std::string& fileName) {
112 return ::GetFileExtension(fileName.c_str());
113}
114
115/**
116 * Get pointer to filename for a path string

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected