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

Class stat

src/Engine/CrossPlatform.cpp:611–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609 return 0;
610#else
611 struct stat info;
612 return (stat(path.c_str(), &info) == 0 && S_ISDIR(info.st_mode));
613#endif
614}

Callers 3

folderExistsFunction · 0.85
fileExistsFunction · 0.85
getDateModifiedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected