Well I notice that you are not specifying the full path to the file... you have no directory listed, just the filename...
That needs to be the full path... if you are trying to read or write it to the application folder, change it toCode:sINIpath = "ExportSettings.ini"
Code:sINIpath = Application.StartupPath & "\ExportSettings.ini"




Reply With Quote