-
Bug
-
Resolution: Unresolved
-
Major
-
None
//log("Temporary directory deletion disabled, " +
// "due to lack of testing. " +
// "Your OS should clean the directory later. " +
// "If this is a problem, please submit a bug report.");
log("Deleting temporary directory " + sourceLocation);
sourceLocation.deleteRecursive();
I tested it for weeks and it works perfectly.