I still make use of ini files. They have advantages I like, simple format, portable, readable. Because of the 'keys' it is also easy to navigate.
It allows to store different values for things I like to keep between sessions. Good to store simple values (like paths). Less useful if the data to store gets more complicated.