I'm trying to find out how I can take, for example, an ini file and do the following:
Find the position where the ini file might say "[systemfiles]" and then modify values on that position.
So if I have an ini file called inifile.ini and the position of the word "[systemfiles]" is row 33 then I want to add to row 34 the following "some text". So far the filesystemobject doesn't allow this that I know of. you can import a file using the openastextstream but this only loads the first line of the file. How can I get around this?
Thanks,
Ryan
Find the position where the ini file might say "[systemfiles]" and then modify values on that position.
So if I have an ini file called inifile.ini and the position of the word "[systemfiles]" is row 33 then I want to add to row 34 the following "some text". So far the filesystemobject doesn't allow this that I know of. you can import a file using the openastextstream but this only loads the first line of the file. How can I get around this?
Thanks,
Ryan