Universeorange.com/Docs/

R3m/framework Function reference file.move

{file.move(String $source, String $destination, Bool $overwrite=false)}

{file.move()} — Moves a file.

Attempts to move a file from source to destination.

Warning

If the destination file already exists, it will be overwritten if `overwrite` is set to true.

Returns true on success or false on failure.

More information:

https://www.php.net/manual/en/function.rename.php

Last modified: 2021-06-07

© 2021 universeorange.com