JFolder::move
Moves a folder.
Signature
public function move(string
$src,
[string
$dest = '',
[string
$path = '',
[boolean
$use_streams = false]]] )
Parameters
-
$src
- The path to the source folder.
-
$dest
- The path to the destination folder.
-
$path
- An optional base path to prefix to the file names.
-
$use_streams
- Optionally use streams.
Returns
- mixed
- Error message on false or boolean true on success.