JFile::move/1.5
From Joomla! Documentation
JFile::move
Description
Moves a file.
Description:JFile::move [Edit Descripton]
public function move ( $src $dest $path= '' )
| 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 |
See also
-
JFile::move on api.joomla.org
-
JFile source code on JoomlaCode
-
Class JFile
-
Subpackage Filesystem
- Other versions of JFile::move
SeeAlso:JFile::move [Edit See Also]
User contributed notes
<CodeExamplesForm />