Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ FileExists
Function
FileExists
include/Functions.hpp:90–92 ·
view source on GitHub ↗
* Check if file exists */
Source
from the content-addressed store, hash-verified
88
* Check if file exists
89
*/
90
RLCPP_MAYBEUNUSED RLCPPAPI inline bool FileExists(const std::string& fileName) {
91
return ::FileExists(fileName.c_str());
92
}
93
94
/**
95
* Check if directory path exists
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected