From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Designing Dir Structure for paths to be installed anywhere

I have a LV Application that needs specific data files defined for it to work. These are MS Excel SS and must be "hard located" in terms of the path to get them to read into the application after I install it. 
 
What is the best way to code the application to allow the user flexibility as to which drive/dir to install the app to so that the data file paths will still work? 
0 Kudos
Message 1 of 5
(2,095 Views)
Are these MS Excel files supposed to be installed with/by the application?

Perhaps the suggestions provided in this thread would be applicable to you.


Message Edited by smercurio_fc on 07-07-2008 11:48 AM
0 Kudos
Message 2 of 5
(2,081 Views)
Have you considered using an .ini file or better, .xml file to code the path?
 
R
0 Kudos
Message 3 of 5
(2,078 Views)
I was thinking more like a combo of the tools>options>paths settings and the default data dir VI.
0 Kudos
Message 4 of 5
(2,065 Views)
How will that help the user set his/her own path?
0 Kudos
Message 5 of 5
(2,057 Views)