Function recursiveCopy
Copies source directory to destination directory.
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man, Timo Trautmann
Located at includes/functions.file.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Willi Man, Timo Trautmann
Located at includes/functions.file.php
string |
$sourcePath |
|
string |
$destinationPath |
|
integer |
$mode = 0777 |
Octal representation of file mode (0644, 0750, etc.) |
array |
$options = array() |
<p>Some additional options as follows</p> <pre><span class="php-var">$options</span>[<span class="php-quote">'force_overwrite'</span>] (bool) Flag to overwrite existing destination <span class="php-keyword2">file</span>, <span class="php-keyword1">default</span> value is <span class="php-keyword1">false</span></pre> |