/** * Test if the file located on a remote server * @return string */ public function isRemote() { return $this->dir->isRemote(); }