.net OpenFileDialog changing the CurrentDirectory
- by meowing
Hi,
I am using OpenFileDialog. But using it changes the Environment.CurrentDirectory.
Using the RestoreDirectory property solves this issue, but I'm using external dlls that I can't control that don't use RestoreDirectory.
Is there a way to make it true as default?
Or is there any other solution to this annoying problem?
Thanks.