I want to create a reset button for my delphi program. In my program sometimes there are some Ini. files created in the pathexe. What I want to do is now create a button or a tab that lets me click on it and when it does. It deletes all the .Ini files in my pathexe
How could I do this?
Also I want to know how to make a little ‘Are you sure?’ pop up, but that’s a minor detail.
Code below uses uses wildcard to get list of ini files and delete one by one.