Function Hook_commandr_fs_etc->make_directory
Definitions
sources/hooks/systems/commandr_fs/etc.php
- Standard Commandr-fs directory creation function for commandr_fs hooks.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$meta_dir | array | required parameter | N/A | N/A | The current meta-directory path |
$meta_root_node | string | required parameter | N/A | N/A | The root node of the current meta-directory |
$new_dir_name | string | required parameter | N/A | N/A | The new directory name |
$commandr_fs | object | required parameter | N/A | N/A | A reference to the Commandr filesystem object |
Return
- Success?
- Type: boolean
- Set: N/A
- Range: N/A