We need to be able to store parameters and recent input file location to an INI file. This file should be loaded from a default location and checked at each starting of the program. If one does not exist, the program should create it with default settings. The INI should be updated at on closing.
Currently setup to save the location of the last loaded data file and uses the INI file to load the input data from that location. Will modify later to save other parameters.
We need to be able to store parameters and recent input file location to an INI file. This file should be loaded from a default location and checked at each starting of the program. If one does not exist, the program should create it with default settings. The INI should be updated at on closing.