MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / stat

Class stat

src/Core/Utils/FileUtils.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98#ifdef _USE_FILESYSTEM_FALLBACK
99 struct stat buffer;
100 bool fileFound = (stat(path.c_str(), &buffer) == 0);
101 return fileFound;
102#else

Callers 2

fileExistsFunction · 0.70
directoryExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected