Move src to this remote using server-side move operations. This is stored with the remote path given It returns the destination Object and a possible error Will only be called if src.Fs().Name() == f.Name() If it isn't possible then return fs.ErrorCantMove
(ctx context.Context, src Object, remote string)
| 539 | // |
| 540 | // If it isn't possible then return fs.ErrorCantMove |
| 541 | Move(ctx context.Context, src Object, remote string) (Object, error) |
| 542 | } |
| 543 | |
| 544 | // DirMover is an optional interface for Fs |
no outgoing calls