Create temporary folder programatically
Hello,
how can I create a temporary directory for a plugin in which I copy web application to run using Jetty Runner?
And what is the suitable place for this temporary folders / files? Any best practices?
Thanks Petr
Please sign in to leave a comment.
Why not just use File.createTempDirectory(...)?