10-27-2008 02:19 AM
When I built my application with the application builder, let's say the end user install to
H:\program\myLV
My application creates a lot of data files that are needed for the program to run, let's say I wanted to keep all these data files in a folder calls "workspace". How do I access to this folder?
Obviously if I hard code it I would know exactly where to locate "workspace" folder. But when the user install the application, this entire installation folder along with ~\myLV\workspace can be anywhere on the hard drive so there is no way I know in advance. Is there anywhere to work around this? thanks
10-27-2008 03:00 AM
To be compatible with restricted users access rights you have to choose a folder where the user has full access. Normally programs will be installed into the program folder where restricted users cannot write.
You must get the folder path from the registry. See this post where you can store the data files.