cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
zhili1
Level 2

how to create a temp directory

Hello,

There used to be an API FileUtils.createTempDir() in ISMP 5.0.3 which is very useful, but it was gone in later release. Is there an equivalent API I can use ?

The beauty of this API is that I can create it and put some temporary files in and execute some scripts at install runtime. Once installer exit, the temporary files along with the temporary directory are automatically deleted.

Thanks in advance.
Labels (1)
0 Kudos
(1) Reply
sithlord
Level 4

Take a look at this thread and let me know if this helps...
http://forum.java.sun.com/thread.jspa?threadID=470197&messageID=2169110

/.Will
0 Kudos