File l_file = new File(path); System.out.println(l_file.exists()); //returns true System.out.println(l_file.delete()); //returns false
Comment