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

Function DirectoryExists

include/Functions.hpp:97–99  ·  view source on GitHub ↗

* Check if directory path exists */

Source from the content-addressed store, hash-verified

95 * Check if directory path exists
96 */
97RLCPP_MAYBEUNUSED RLCPPAPI inline bool DirectoryExists(const std::string& dirPath) {
98 return ::DirectoryExists(dirPath.c_str());
99}
100
101/**
102 * Check file extension (including point: .png, .wav)

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected