Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ stat
Class
stat
source/common/utility/cmdlib.cpp:201–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
200
#ifndef _WIN32
201
struct stat info;
202
bool res = stat(pathname, &info) == 0;
203
#else
204
// Windows must use the wide version of stat to preserve non-standard paths.
Callers
2
DirEntryExists
Function · 0.70
GetFileInfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected