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

Class stat

code/Common/DefaultIOSystem.cpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105#else
106 struct stat statbuf;
107 if (stat(pFile, &statbuf) != 0) {
108 return false;
109 }

Callers 1

ExistsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected