MCPcopy Create free account
hub / github.com/devkitPro/3ds-hbmenu / stat

Class stat

source/menu-entry.c:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19bool fileExists(const char* path)
20{
21 struct stat st;
22 return stat(path, &st) == 0 && S_ISREG(st.st_mode);
23}
24

Callers 1

fileExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected