Example #1
0
 public function rename_dir($path, $new_path)
 {
     return \File::rename_dir($path, $new_path, $this);
 }