❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
f::move($old, $new)
Moves a file to a new location
$old
(string)
The current path for the file
$new
(string)
The path to the new location
return
(boolean)
↑
Toolkit API overview
←
f::modified
→
f::name
↓
Back to Toolkit API section
Top