Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
808
int FileSystem::mkdir(const char* path)
809
{
810
// TODO
811
return Error::NotImplemented;
812
}
813
814
int FileSystem::rename(const char* oldpath, const char* newpath)
815
{
Callers
1
createDirectory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected