while (file.exists()) {
	System.gc();
	file.delete();
}