Function __global->afm_move
Definitions
sources/abstract_file_manager.php
- Moves a file on the open AFM connection.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$basic_old_path | PATH | required parameter | N/A | N/A | The path to the file we are moving from |
$basic_new_path | PATH | required parameter | N/A | N/A | The target path |