Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
folderExists
Function · 0.85
fileExists
Function · 0.85
getDateModified
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected