MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / createDirectory

Function createDirectory

src/fileSystem/ftp.js:404–406  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

402 return ftp.createFile(name, data);
403 },
404 createDirectory(name) {
405 return ftp.createDir(name);
406 },
407 delete() {
408 return ftp.delete();
409 },

Callers

nothing calls this directly

Calls 1

createDirMethod · 0.65

Tested by

no test coverage detected