New approach for INI file location: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Backlink) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
The INI file location can be setup using the INI file setting | The INI file location can be setup using the INI file setting UseIniInProgramDir. This works fine but it could be more powerful. | ||
It should be changed to a settings location file which is always located in the program dir. If it doesn't exist the already existing logic is used. | It should be changed to a settings location file which is always located in the program dir. If it doesn't exist the already existing logic is used. | ||
Line 10: | Line 10: | ||
When using the commandline /I= tells TC the path the settings location ini file. /F can be used for something else. | When using the commandline /I= tells TC the path the settings location ini file. /F can be used for something else. | ||
{{backlink|Internal functions Ideas and suggestions|Internal functions}} |
Latest revision as of 08:04, 28 June 2007
The INI file location can be setup using the INI file setting UseIniInProgramDir. This works fine but it could be more powerful.
It should be changed to a settings location file which is always located in the program dir. If it doesn't exist the already existing logic is used.
[Locations] Main=C:\MyMain.ini FTP=\\Server\CommonFTP.ini History=%TEMP%\TC_Garbage.ini ...
When using the commandline /I= tells TC the path the settings location ini file. /F can be used for something else.
Back to Internal functions