JFolder::copy
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFolder::copy[edit]
Description[edit]
Copy a folder.
public static function copy (
$src
$dest
$path= ''
$force=false
$use_streams=false
)
Parameter | Type | Default | Description |
---|---|---|---|
$src | string | The path to the source folder. | |
$dest | string | The path to the destination folder. | |
$path | string | An optional base path to prefix to the file names. | |
$force | boolean | false | Optionally force folder/file overwrites. |
$use_streams | false |
- Returns mixed object on failure or boolean True on success.
- Defined on line 36 of libraries/joomla/filesystem/folder.php
- Since
- Referenced by
See also[edit]
- JFolder::copy source code on BitBucket
- Class JFolder
- Subpackage Filesystem
- Other versions of JFolder::copy
User contributed notes[edit]
Code Examples[edit]