Ejemplo n.º 1
0
 /**
  * @return boolean Whether this file exists.
  */
 public function exists()
 {
     return $this->directory->isFile($this->path);
 }