MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / createDirectory

Method createDirectory

lib/vfs/vfs.cc:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void Filesystem::createDirectory(const Path& path)
125{
126 throw UnimplementedFilesystemException();
127}
128
129void Filesystem::deleteFile(const Path& path)
130{

Callers 2

mainMkDirFunction · 0.45

Tested by

no test coverage detected