Other file operations
$path->copy
(
$path
.
".bak"
);
$path->rename
(
$path
.
"-old"
);
$path->touch
$path->remove