MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / stat

Class stat

OgreMain/src/OgreFileSystem.cpp:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 int ret = _wstat( to_wpath( full_path ).c_str(), &tagStat );
309#else
310 struct stat tagStat;
311 int ret = stat( full_path.c_str(), &tagStat );
312#endif
313 assert( ret == 0 && "Problem getting file size" );

Callers 3

openMethod · 0.70
existsMethod · 0.70
getModifiedTimeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected