Ejemplo n.º 1
0
 /**
  * Converts the directory path to an absolute path. If it is already 
  * absolute nothing happens. Returns true if the conversion succeeded; 
  * otherwise returns false.
  * 
  * @return boolean
  */
 public function makeAbsolute()
 {
     return $this->fileInfo->makeAbsolute();
 }