diff --git a/reference/filesystem/functions/rename.xml b/reference/filesystem/functions/rename.xml index 57e68dd17a..c3e98f1e7d 100644 --- a/reference/filesystem/functions/rename.xml +++ b/reference/filesystem/functions/rename.xml @@ -87,8 +87,12 @@ 4.3.3 - rename is now able to rename files across - partitions on *nix based systems. + rename may now be able to rename files across + partitions on *nix based systems, provided the appropriate permissions + are held. Warnings may be generated if the destination filesystem + doesn't permit chown() or + chmod() system calls to be made on files — + for example, if the destination filesystem is a FAT filesystem.