How do I make my application store the last path opened in openFileDialog and after new opening restore it?
openFileDialog
OpenFileDialog openFileDialog1 = new Ope
After changing Settings you have to call
Settings.Default.Save();
and before you open the OpenFileDialog you set
openFileDialog1.InitialDirectory = Settings.Default.acc_path;