252627282930313233
if (!file.delete()) { throw new IOException("Failed to delete orphaned file: " + file.getAbsolutePath()); } bus.post(new DeleteFileFinishedEvent(this)); return file; }