I am using the standard .NET Settings functionality, which allows be to store settings under the user and application scope.
I have noticed that every time I do an installation of a new build it creates a new folder for the settings and a new settings file.
I have worked out how to use the Upgrade method update the new settings with the old ones. However I want to delete the old folders so they don't clutter up the system.
I could manually delete the files and folders using the IO Functionalities of .NET, but I was wondering if there is an in built way for the Settings functionality.
Does anyone know the answer?
Many thanks,
Matt