()
| 17 | return Paths.get("test", String.join(sep, parts)); |
| 18 | } |
| 19 | static void refreshTestDir() throws Exception { |
| 20 | if(Files.exists(test)) |
| 21 | RmDir.rmdir(test); |
| 22 | if(!Files.exists(test)) |
| 23 | Files.createDirectory(test); |
| 24 | } |
| 25 | public static void |
| 26 | main(String[] args) throws Exception { |
| 27 | refreshTestDir(); |