public function fileFromPath($path)
 {
     $file = new File($path);
     $file->setParentDir($this->parentDir);
     return $file;
 }