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

Method mkdir

Sming/Libraries/Spiffs/src/FileSystem.cpp:808–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

806}
807
808int FileSystem::mkdir(const char* path)
809{
810 // TODO
811 return Error::NotImplemented;
812}
813
814int FileSystem::rename(const char* oldpath, const char* newpath)
815{

Callers 1

createDirectoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected