Windows temporary file in Java

Posted by Przemyslaw Rózycki on Stack Overflow See other posts from Stack Overflow or by Przemyslaw Rózycki
Published on 2010-05-25T10:31:26Z Indexed on 2010/05/25 10:41 UTC
Read the original article Hit count: 329

Filed under:
|
|

How to create a file in Windows that would have attributes FILE_ATTRIBUTE_TEMPORARY and FILE_FLAG_DELETE_ON_CLOSE set using Java?

I do want my file to be just in-memory file.

© Stack Overflow or respective owner

Related posts about java

Related posts about temporary-files