JFile::move
Moves a file
Signature
public function move(string
$src,
[string
$dest = '',
[string
$path = '',
[boolean
$use_streams = false]]] )
Parameters
-
$src
- The path to the source file
-
$dest
- The path to the destination file
-
$path
- An optional base path to prefix to the file names
-
$use_streams
- True to use streams
Returns
- boolean
- True on success