create a method that deletes all files code example Example: how to delete a file in java File file = new File("filepath"); file.delete(); //Returns boolean