MCPcopy Create free account
hub / github.com/ZDoom/Raze / DirExists

Function DirExists

source/common/utility/cmdlib.cpp:179–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177//==========================================================================
178
179bool DirExists(const char *filename)
180{
181 bool isdir;
182 bool res = DirEntryExists(filename, &isdir);
183 return res && isdir;
184}
185
186//==========================================================================
187//

Callers 4

AddSearchPathFunction · 0.85
CollectSubdirectoriesFunction · 0.85
I_GetSteamPathFunction · 0.85

Calls 1

DirEntryExistsFunction · 0.85

Tested by

no test coverage detected