Move
Read onlyYes
FinalYes
Intra-filesystem moves delegate to `Filesystem::mv` for server-side optimizations (local rename, S3 CopyObject + DeleteObject). Cross-filesystem moves stream-copy then remove the source and are NOT atomic: if the source removal fails after a successful write, the destination is present and the source remains; re-running `execute` on the same pair is idempotent.
Methods
- __construct() : mixed
- execute() : bool
Methods
__construct()
public
__construct(FilesystemTable $table[, OperationOptions $options = new OperationOptions() ]) : mixed
Parameters
- $table : FilesystemTable
- $options : OperationOptions = new OperationOptions()
execute()
public
execute(Path $from, Path $to) : bool