Example #1
0
 public function contains($name)
 {
     return file_exists($this->path . File::getDirectorySeparator() . $name);
 }