Function folder_recurse
Copy or move a folder recursively
Located at
app/Kernel/Helpers/support_functions.php
string |
$src |
The source folder |
string |
$dst |
The destination folder |
string |
$action = 'copy' |
The action to perform: copy (default) or rename (= move) |