MCPcopy Create free account
hub / github.com/SmingHub/Sming / fileOpenRootDir

Function fileOpenRootDir

Sming/Core/FileSystem.h:440–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438}
439
440inline int fileOpenRootDir(DirHandle& dir)
441{
442 return fileOpenDir(nullptr, dir);
443}
444
445/** @brief close a directory object
446 * @param dir directory to close

Callers

nothing calls this directly

Calls 1

fileOpenDirFunction · 0.85

Tested by

no test coverage detected