7778798081828384858687
try { System.out.println("child: " + child.getPath()); child.mkdir(); child2.createNewFile(); assertEquals(child.exists(), true); assertEquals(child2.exists(), true); } catch(IOException ioe) {
173174175176177178179180181182183
dir.mkdir(); try { file1.createNewFile(); file2.createNewFile(); } catch(IOException ioe) { ioe.printStackTrace(); }