MCPcopy Create free account
hub / github.com/SeanDragon/protools / rmr

Method rmr

common/src/main/java/pro/tools/path/ToolPath.java:174–176  ·  view source on GitHub ↗
(Path path)

Source from the content-addressed store, hash-verified

172 }
173
174 public static void rmr(Path path) throws IOException {
175 Files.walkFileTree(path, OPTS, Integer.MAX_VALUE, RmrVisitor.INSTANCE);
176 }
177
178 public static Iterator<Path> dirIterator(Path dir) {
179 return dir.iterator();

Callers 4

createDirMethod · 0.95
copyMethod · 0.95
createFileMethod · 0.95
moveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected