Function __global->afm_copy
Definitions
sources/abstract_file_manager.php
- Copies a file (NOT a directory) on the open AFM connection.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$old_path | PATH | required parameter | N/A | N/A | The path to the file we are copying |
$new_path | PATH | required parameter | N/A | N/A | The target path |
$world_access | boolean | required parameter | N/A | N/A | Whether world access is required for the copy |