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

Class stat

source/ui/menu.c:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 snprintf(rootPath, sizeof(rootPath) - 1, "%s%s%s", rootPathBase, DIRECTORY_SEPARATOR, "3ds");
49
50 struct stat fileStat = {0};
51
52 /* create the root directory */
53 if (stat(rootPath, &fileStat) == -1)

Callers 1

menuStartupPathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected