S
Snozz
The SaveFileDialog remembers what directory a user last saved to, and
the next time it is displayed, it remembers this. The defaults for
restoredirectory and initialdirectory properties define this behavior.
FolderBrowserDialog has SelectedPath property for setting the initial
directory, but it doesn't remember the last directory selected between
application runs, only during the applications current lifetime. When
starting the app up, the first folderborwserdialog defaults to the
desktop. However, the SaveFileDialog remembers between application
runs.
How can I get the FolderBrowserDialog to remember between runs?
the next time it is displayed, it remembers this. The defaults for
restoredirectory and initialdirectory properties define this behavior.
FolderBrowserDialog has SelectedPath property for setting the initial
directory, but it doesn't remember the last directory selected between
application runs, only during the applications current lifetime. When
starting the app up, the first folderborwserdialog defaults to the
desktop. However, the SaveFileDialog remembers between application
runs.
How can I get the FolderBrowserDialog to remember between runs?