getFullPath())) { mkdir($this->getFullPath()); } return $this; } public function exists() { return file_exists($this->getFullPath()); } public function delete() { rmdir($this->getFullPath()); return $this; } }