createNewFile(); // tests if file exists bool = f.exists(); // prints System.out.println("File exists: "+bool); if(bool == true) { // delete() invoked ...
確定! 回上一頁