Overrides PhpStreamWrapperInterface::rename
public function rename($from_uri, $to_uri) { return rename($this->getLocalPath($from_uri), $this->getLocalPath($to_uri)); }