Searched refs:path_from (Results 1 – 1 of 1) sorted by relevance
479 * @param string $path_from483 private function _rename($path_from, $path_to) argument485 $path1 = parse_url($path_from);492 $path_from = $this->parse_path($path_from);494 if ($path_from === false) {501 if (!$this->sftp->rename($path_from, $path_to)) {503 … return $this->sftp->delete($path_to, true) && $this->sftp->rename($path_from, $path_to);