I need a routine to create a dialog with Windows file system which will allow me to select a folder and/or file
and return that information back to my program. I heard that there is an interface to Explorer somewhere.
You can use the common dialog control via GetOpenFileName() and GetSaveFileName() to get a filename from the user, or ShBrowseForFolder() to obtain a directory name. Hope that this helped! ;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.