01-19-2011 02:58 PM
Hi,
I have a vi that saves information to a txt file during closing and gets this information when the program runs. This doesn't work when a create an executable as I hard code the location of the file path. How do I access this .txt file in the executable version?
Thanks,
Adnan Sharief
01-19-2011 09:01 PM
If the path is hardcoded, you shouldn't have any difference between the development environment and an .exe.
If your path is relative to the current VI's file path, then you will have an issue.
See if this applies to you.
Why Does My Executable Not Work When Using the Current VI's Path Constant?
If this information doesn't help, then please post your VI so we can see have you have it programmed.