Secure temporary file: Difference between revisions

m
Correction to a comment.
(New post in addition to an existing minimalistic post)
m (Correction to a comment.)
Line 305:
System.out.println("Temporary file created: " + temporaryFile.getName());
} else {
System.out.println("Temporary file cannot be created: " + temporaryFile.getName()");
}
}
908

edits