Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ IsDir
Function
IsDir
engine/dlib/src/dlib/sys_web.cpp:178–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
Result IsDir(const char* path)
179
{
180
return dmSysPosix::IsDir(path);
181
}
182
183
bool Exists(const char* path)
184
{
Callers
2
Open
Function · 0.70
TEST
Function · 0.50
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.40