MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / fileExists

Function fileExists

Samples/NiSimpleRead/NiSimpleRead.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49using namespace xn;
50
51XnBool fileExists(const char *fn)
52{
53 XnBool exists;
54 xnOSDoesFileExist(fn, &exists);
55 return exists;
56}
57
58int main()
59{

Callers 1

mainFunction · 0.70

Calls 1

xnOSDoesFileExistFunction · 0.50

Tested by

no test coverage detected