Function folder_action
Copy or move a folder recursively This function is also available at support_functions as folder_recurse()
Located at
app/bootload/blocks/functions_globals.php
string |
$action |
The action to perform: copy (default) or rename (= move) |
string |
$dst |
The destination folder |
string |
$src = '' |
The source folder |