Function __global->make_missing_directory
Definitions
sources/files2.php
- Make a missing required directory, or exit with an error if we cannot (unless error suppression is on).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$dir | PATH | required parameter | N/A | N/A | Path to create |
$make_index_file | boolean | True | N/A | N/A | Whether to make an empty index file, to prevent browsing |
Return
- Success status
- Type: boolean
- Set: N/A
- Range: N/A