dir::move
Moves a directory to a new location
dir::move($old, $new)
Parameters
- $old (string)
- The current path of the directory
- $new (string)
- The desired path where the dir should be moved to
Return values
- boolean
- True: the directory has been moved, false: moving failed