Automatically creating a new config file in an application

2004-05-07 Thread [EMAIL PROTECTED]
My application automatically creates and/or modifies an .ini file to save key settings in the software. This works fine when running it within LabVIEW itself, but when I run the .exe application file created using LabVIEW 7.0's application builder, the software always uses the default settings I

Re: Automatically creating a new config file in an application

2004-05-07 Thread Dennis Knutson
It's probably because the path is wrong. If you are obtaining the path to the ini file relative to the current VI's, then you need to do another strip path. For example, a current VI's path might be c:\folder\example.vi but in a built app, it will be c:\folder\app.exe\example.vi. You can put a