Ejemplo n.º 1
0
 /**
  * Returns true if the directory is the root directory; otherwise returns false.
  * 
  * @return boolean
  */
 public function isRoot()
 {
     return $this->fileInfo->isRoot();
 }