Searched refs:cleanupFile (Results 1 – 1 of 1) sorted by relevance
111 File cleanupFile = null; in doPost() local153 cleanupFile = new File(stringConvertedFile); in doPost()154 if ( cleanupFile.exists() ) in doPost()155 cleanupFile.delete(); in doPost()174 cleanupFile = new File(stringSourceFile); in doPost()175 if ( cleanupFile.exists() ) in doPost()176 cleanupFile.delete(); in doPost()
Completed in 18 milliseconds