how can I create a temporary folder in java?

Posted by Geo on Stack Overflow See other posts from Stack Overflow or by Geo
Published on 2009-05-03T16:19:24Z Indexed on 2010/05/11 16:04 UTC
Read the original article Hit count: 234

Filed under:
|

Duplicate: stackoverflow.com/questions/375910

Is there a way of creating a temporary folder in java ? I know of File's static method createTempFile, but this will only give me a temporary file.

© Stack Overflow or respective owner

Related posts about java

Related posts about temporary-directory