Example #1
0
 /**
  * Checks if the file exists
  * @return boolean true if the file exists, false if not
  */
 public function exists()
 {
     return $this->fs->exists($this);
 }