private boolean checkFile(P file) throws IOException {
   return lastCheck = checker.areFilesSame(file, d2.resolve(d1.relativize(file)));
 }