LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application builder default control value

I have a VI the reads a data file.  When I build an application and transfer the application to another computer the default directory is no longer valid.  Is there anyway to allow the user to establish a default directory for the file read on his computer or does he always have to go through multiple levels to find the file every time he restarts the application?
0 Kudos
Message 1 of 2
(2,241 Views)
There is an initialization file (projectname.ini) that is created with your application (build for the application). You can define your default locations there. Note, you will need to configure the builder to use your file.
Message 2 of 2
(2,235 Views)