MCPcopy
hub / github.com/rclone/rclone / Mkdir

Method Mkdir

fs/types.go:53–53  ·  view source on GitHub ↗

Mkdir makes the directory (container, bucket) Shouldn't return an error if it already exists

(ctx context.Context, dir string)

Source from the content-addressed store, hash-verified

51 //
52 // Shouldn't return an error if it already exists
53 Mkdir(ctx context.Context, dir string) error
54
55 // Rmdir removes the directory (container, bucket) if empty
56 //

Callers 15

testArchiveRemoteFunction · 0.95
createTestFolderFunction · 0.65
MkdirMethod · 0.65
TestInternalBug2117Function · 0.65
mkdirMethod · 0.65

Implementers 15

Fsbackend/cache/cache.go
Fsbackend/mega/mega.go
Fsbackend/yandex/yandex.go
Fsbackend/qingstor/qingstor.go
Fsbackend/ulozto/ulozto.go
Fsbackend/hdfs/fs.go
Fsbackend/googlephotos/googlephotos.go
Fsbackend/mailru/mailru.go
Fsbackend/zoho/zoho.go
Fsbackend/filelu/filelu.go
Fsbackend/union/union.go
Fsbackend/http/http.go

Calls

no outgoing calls

Tested by 15

testArchiveRemoteFunction · 0.76
createTestFolderFunction · 0.52
TestInternalBug2117Function · 0.52
mkdirMethod · 0.52
testPurgeListDeadlockFunction · 0.52