Dir::move()
Moves a directory to a new location
Parameters
Name | Type | Default | Description |
---|---|---|---|
$old * | string |
– | The current path of the directory |
$new * | string |
– | The desired path where the dir should be moved to |
Return type
bool