public function isFile(File $file)
 {
     return is_file($this->rootPath . '/' . $file->__toString());
 }