Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
using namespace xn;
50
51
XnBool fileExists(const char *fn)
52
{
53
XnBool exists;
54
xnOSDoesFileExist(fn, &exists);
55
return exists;
56
}
57
58
int main()
59
{
Callers
1
main
Function · 0.70
Calls
1
xnOSDoesFileExist
Function · 0.50
Tested by
no test coverage detected