Originally posted by JSTX2013
View Post
Good luck.
MyFile = INIFile.GetSectionNames(_WindowsFolder.."\\My Settings.ini"); Compare = String.CompareFileVersions("1.2.7", MyFile); if MyFile == Compare then INIFile.DeleteSection(_WindowsFolder.."\\My Settings.ini", "All Section With Similar Data" );
MyFile = INIFile.GetSectionNames(_WindowsFolder.."\\My Settings.ini"); Compare = String.CompareFileVersions("1.2.7", MyFile); if MyFile == Compare then INIFile.DeleteSection(_WindowsFolder.."\\My Settings.ini", "All Section With Similar Data" );
Leave a comment: