Ejemplo n.º 1
0
 /**
  * Returns true if the directory path is relative; otherwise returns false. 
  * (Under Unix a path is relative if it does not start with a "/").
  * 
  * @return boolean
  */
 public function isRelative()
 {
     return $this->fileInfo->isRelative();
 }