This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- how to create a temp directory
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 20, 2007
12:41 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 01, 2007
12:09 PM
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
http://forum.java.sun.com/thread.jspa?threadID=470197&messageID=2169110
/.Will
