I’m wondering what is the easiest way to persist a string value, once the form and program are shutdown that I want to use again later when they open the program and form later. In my case I’m using a FolderBrowserDialog and saving the directory the user picks.
I know I can use File.IO and such, but just wondering what everyone thinks is the easiest/most efficient/ least lines of code.
Thanks!
Application Settings are nice and easy to use.
–