From: TOB on
Windows 7 has changed the rules for the member lpstrInitialDir of CFileDialog
to:

1. If lpstrInitialDir has the same value as was passed the first time the
application used an Open or Save As dialog box, the path most recently
selected by the user is used as the initial directory.

I want to be able to set the path to what I want not what the first time it
was used was.

Is there a way to do this?

Thank you,
Tim