Function __global->afm_delete_directory
Definitions
sources/abstract_file_manager.php
- Delete a directory over the open AFM connection.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$basic_path | PATH | required parameter | N/A | N/A | The path to and of the directory we are deleting |
$recursive | boolean | False | N/A | N/A | Whether we should recursively delete any child files and directories |