dir::move($old, $new)

Moves a directory to a new location

  • $old (string)
    The current path of the directory
  • $new (string)
    The desired path where the dir should be moved to
  • return (boolean)
    True: the directory has been moved, false: moving failed