Added a Config value to ProfileEditorConfig called WorkingDirectory that is called when any of the OpenFileDialog or SaveFileDialogs are created to open that file path.
On a successful open or save from the dialogs, the WorkingDirectory value is updated to the path that is currently selected and saved.
WorkingDirectory is defaulted to the Personal SpecialFolder to match the original value of the InitialDirectory values.
Added a Config value to ProfileEditorConfig called WorkingDirectory that is called when any of the OpenFileDialog or SaveFileDialogs are created to open that file path. On a successful open or save from the dialogs, the WorkingDirectory value is updated to the path that is currently selected and saved.
WorkingDirectory is defaulted to the Personal SpecialFolder to match the original value of the InitialDirectory values.
Closes #39