MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / stat

Class stat

Source/ResourceMan.cpp:496–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495bool cResourceMan::FileExists(const std::string& pPath) const {
496 struct stat info;
497
498 if (stat(pPath.c_str(), &info) != 0)
499 return false;

Callers 1

FileExistsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected