Hi,
I need a SaveFileDialog and OpenFileDialog in my WPF application and according to what I've found on the web the way to do it is using Microsoft.Win32.SaveFileDialog.
The problem is that the SaveFileDialog change the CurrentDirectory to the directory of the selected file and it cause the whole application now direct its files there.
Can someone help on how to make it stop it?
Thank you,
Ido.