I'd like to display the location of the user.config file in my windows forms application so a user can easily find it.
I understand how the path is created thanks to: Can I control the location of .NET user settings to avoid losing settings on application upgrade?.
However, in case this changes, I would rather not have to construct path this in my app, especially if there is an easy method for getting the user.config file location.