Ejemplo n.º 1
0
 /**
  * Returns the path. This may contain symbolic links, but never contains 
  * redundant ".", ".." or multiple separators.<br />
  * <br />
  * The returned path can be either absolute or relative (see setPath()).
  * 
  * @return boolean
  */
 public function getPath()
 {
     return $this->fileInfo->getPath();
 }