Esempio n. 1
0
 public boolean doesExist(String path) throws IOException {
   return FileUtils.doesExist(filePath(path));
 }