I have a program (the one I have been working on while asking all the questions!) that saves and loads configurations to an ini file..... now... here is my question... I want to use a "local" .ini file in my EditIniFile> statement instead of using a full path... ex...
Current:
EditiniFile>C:\myfolder\testini.ini,settings,name,fred
Desired:
EditiniFile>testini.ini,settings,name,fred
I thought it would be just as simple as using my Desired example, but it never changes the .ini file. The program is not "installed" into a specific folder, so unless someone has it at root level (i.e. NOT on their desktop), the program gives an error in finding the .ini file.
Any suggestions or am I just dense as hell?
"Local" .ini file?
Moderators: Dorian (MJT support), JRL
-
- Newbie
- Posts: 10
- Joined: Sun Aug 07, 2005 10:42 am
I was able to successfully save a "local" config by putting it in a folder within my programs folder and reference it that way. Think I will stick with that.
Example:
EditIniFile>resources\testini.ini,settings,name,fred
that worked out fine, so I will probably stick with that, but still, anyone got an idea on my original problem?
Example:
EditIniFile>resources\testini.ini,settings,name,fred
that worked out fine, so I will probably stick with that, but still, anyone got an idea on my original problem?