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

Method createDirectory

src/plugins/ftp/index.d.ts:69–69  ·  view source on GitHub ↗
(
    id: string, // connection id
    remotePath: string,
    onSuccess: SuccessCallback,
    onError: ErrorCallback,
  )

Source from the content-addressed store, hash-verified

67 onError: ErrorCallback,
68 ): void;
69 createDirectory(
70 id: string, // connection id
71 remotePath: string,
72 onSuccess: SuccessCallback,

Callers 15

onDeviceReadyFunction · 0.65
ensureEntryFunction · 0.65
FileBrowserIncludeFunction · 0.65
copyEntryFunction · 0.65
listAllStoragesFunction · 0.65
createFunction · 0.65
createDirFunction · 0.65
installPluginFunction · 0.65
createFileRecursiveFunction · 0.65
downloadFontFunction · 0.65
moveRecursivelyFunction · 0.65
newMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected