Skip to content

Kirby 4.1.2

F::rename()

Changes the name of the file without touching the extension

F::rename(string $file, string $newName, bool $overwrite = false): string|false

Parameters

Name Type Default Description
$file * string
$newName * string
$overwrite bool false Force overwrite existing files

Return type

string|false

Parent class

Kirby\Filesystem\F