Function __global->afm_make_directory
Definitions
sources/abstract_file_manager.php
- Make 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 making |
$world_access | boolean | required parameter | N/A | N/A | Whether world access is required |
$recursive | boolean | False | N/A | N/A | Whether we should recursively make any directories that are missing in the given path, until we can make the final directory |