CFileDialog Issues
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have inherited a class from CFileDialog. OnTypeChange has been overridden with the purpose of changing the direcory when the user changes the filter list. How do I actually change the current directory?
Use SetCurrentDirectory[^]. There is an equivalent GetCurrentDirectory[^] if you want to save and restore the original directory later. Bob Ciora