Searched refs:rootPath (Results 1 – 1 of 1) sorted by relevance
610 private static void recursiveDelete(Path rootPath) throws IOException { in recursiveDelete() argument611 Files.walkFileTree(rootPath, new SimpleFileVisitor<Path>() { in recursiveDelete()