/**
  * Returns true if file exist in filesystem.
  *
  * @return boolean
  */
 public function fileExists()
 {
     return $this->filebase->getFileExists($this);
 }