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)
| 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 |
no outgoing calls