diff --git a/reference/filesystem/functions/rename.xml b/reference/filesystem/functions/rename.xml index e41bc2841c..1dd4b06037 100644 --- a/reference/filesystem/functions/rename.xml +++ b/reference/filesystem/functions/rename.xml @@ -16,7 +16,8 @@ Attempts to rename oldname to - newname. + newname, moving it between directories if necessary. + If newname exists, it will be overwritten.