MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / createDir

Method createDir

packages/filesystem/filesystem.ts:45–45  ·  view source on GitHub ↗
(dir: string, opts?: FileCreateOptions)

Source from the content-addressed store, hash-verified

43 create(path: string, opts?: FileCreateOptions): Promise<FileWriter>;
44 // 创建目录
45 createDir(dir: string, opts?: FileCreateOptions): Promise<void>;
46 // 删除文件
47 delete(path: string): Promise<void>;
48 // 文件列表

Callers 7

createDirMethod · 0.65
limiter.test.tsFile · 0.65
mkdirMethod · 0.65
webdav.test.tsFile · 0.65
s3.test.tsFile · 0.65
onedrive.test.tsFile · 0.65
backupToCloudMethod · 0.65

Implementers 8

LimiterFileSystempackages/filesystem/limiter.ts
ZipFileSystempackages/filesystem/zip/zip.ts
DropboxFileSystempackages/filesystem/dropbox/dropbox.ts
WebDAVFileSystempackages/filesystem/webdav/webdav.ts
GoogleDriveFileSystempackages/filesystem/googledrive/google
S3FileSystempackages/filesystem/s3/s3.ts
OneDriveFileSystempackages/filesystem/onedrive/onedrive.
BaiduFileSystempackages/filesystem/baidu/baidu.ts

Calls

no outgoing calls

Tested by

no test coverage detected