12-11-2009 07:32 PM
Hi
My question is as follows:
The executable is loaded into a temporary directory on their computer when the user clicks on the link on a web page.
How do I load the data that the program needs into the same directory and then destroys the data upon exit of the program?
Thank you.
12-11-2009 11:06 PM
How are you getting the executable loaded? Is it a case of click on a link and you hit save or run?
Where are you loading the data from?
You can use the path info of the current VI (File I/O >> File constants palette). Strip the path enough times to get the path of the executable. And use that in your program. Use other file I/O functions to delete whatever file it is you are putting into the same path.