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

Function IsFileExtension

include/Functions.hpp:104–106  ·  view source on GitHub ↗

* Check file extension (including point: .png, .wav) */

Source from the content-addressed store, hash-verified

102 * Check file extension (including point: .png, .wav)
103 */
104RLCPP_MAYBEUNUSED RLCPPAPI inline bool IsFileExtension(const std::string& fileName, const std::string& ext) {
105 return ::IsFileExtension(fileName.c_str(), ext.c_str());
106}
107
108/**
109 * Get pointer to extension for a filename string (including point: ".png")

Callers 1

mainFunction · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected