Ejemplo n.º 1
0
 /**
  * Returns true if the directory is readable and we can open files by name; 
  * otherwise returns false.
  * 
  * @return boolean
  */
 public function isReadable()
 {
     return $this->fileInfo->isReadable();
 }