Exemplo n.º 1
0
 /**
  * Get the normalized path from an IFileInfo object.
  *
  * @param IFileInfo $file
  * @return string
  */
 protected function getFilePath(IFileInfo $file)
 {
     return $this->removePathPrefix(ltrim($file->getPath(), $this->pathSeparator));
 }