Dir::copy()
Copy the directory to a new destination
Parameters
Name | Type | Default | Description |
---|---|---|---|
$dir * | string |
– | |
$target * | string |
– | |
$recursive | bool |
true |
|
$ignore | array |false |
[ ] |
List of full paths to skip during copying or false to copy all files, includingthose listed in Dir::$ignore |
Return type
bool