MCPcopy 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

OpenFunction · 0.70
TESTFunction · 0.50

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.40