Function Commandr_fs->change_directory
Definitions
sources/commandr_fs.php
- Change the current working directory. Equivalent to Unix "cd".
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$target_directory | array | required parameter | N/A | N/A | The target directory path |
Return
- Success?
- Type: boolean
- Set: N/A
- Range: N/A