JFolder::copy
Copy a folder.
Signature
public function copy(string
$src,
[string
$dest = '',
[string
$path = '',
[boolean
$force = false,
[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.
-
$force
- Force copy.
-
$use_streams
- Optionally force folder/file overwrites.
Returns
- boolean
- True on success.