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

0

Why not just use File.createTempDirectory(...)?

0

请先登录再写评论。