Can't get IniRenameSection to work.
http://www.autoitscript.com/autoit3/docs/functions/IniRenameSection.htm
My code is simply this:
IniRenameSection(@ScriptDir & "a.ini", "MySection", "MyNewSection")
file "a.ini" is in the same directory as script.
"[MySection]" is all that is inside of the INI file.
I even made a .exe and ran it as Administrator.
This is probably a simple error on my end i'm assuming.
Thx for the help