Searched refs:path_from (Results 1 – 1 of 1) sorted by relevance
496 * @param string $path_from501 private function _rename($path_from, $path_to) argument503 $path1 = parse_url($path_from);510 $path_from = $this->parse_path($path_from);512 if ($path_from === false) {519 if (!$this->sftp->rename($path_from, $path_to)) {521 … return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);