API17:JFile::move
From Joomla! Documentation
JFile::move
Description
Moves a file.
public static function move (
$src
$dest
$path= ''
$use_streams=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $src | string | The path to the source file | |
| $dest | string | The path to the destination file | |
| $path | string | An optional base path to prefix to the file names | |
| $use_streams | false |
See also
JFile::move source code on BitBucket
Class JFile
Subpackage Filesystem- Other versions of JFile::move
User contributed notes
Code Examples