/** * Get the full file path * @return string */ public function getPath() { return $this->dir->getPath() . $this->name; }