(Path path)
| 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(); |
no outgoing calls
no test coverage detected