MCPcopy
hub / github.com/rclone/rclone / Purge

Method Purge

fs/features.go:513–513  ·  view source on GitHub ↗

Purge all files in the directory specified Implement this if you have a way of deleting all the files quicker than just running Remove() on the result of List() Return an error if it doesn't exist

(ctx context.Context, dir string)

Source from the content-addressed store, hash-verified

511 //
512 // Return an error if it doesn't exist
513 Purge(ctx context.Context, dir string) error
514}
515
516// Copier is an optional interface for Fs

Callers 3

PurgeMethod · 0.65
PurgeMethod · 0.65

Implementers 15

Persistentbackend/cache/storage_persistent.go
Fsbackend/cache/cache.go
Fsbackend/mega/mega.go
Fsbackend/yandex/yandex.go
Fsbackend/hdfs/fs.go
Fsbackend/mailru/mailru.go
Fsbackend/zoho/zoho.go
Fsbackend/filelu/filelu.go
Fsbackend/union/union.go
Fsbackend/opendrive/opendrive.go
Fsbackend/filen/filen.go
Fsbackend/storj/fs.go

Calls

no outgoing calls

Tested by 1