Function __global->move_folder_contents
Definitions
sources/upgrade_lib.php
- Move files from one folder to another.Doesn't move .htaccess and index.html.Deletes the folder afterward.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$from | PATH | required parameter | N/A | N/A | Source path |
$to | PATH | required parameter | N/A | N/A | Destination path |