Description: So only the directory CFileDialog,the cfolderdialog class is derived from cfiledialog. the major difference between the two classes is that while the cfiledialog class displays both folders and files, the cfolderdialog class can be used in situations where the application only wants to display folders. below is a code snippet showing how easy it is to use this class. please note that the the constructor for the cfolderdialog takes a cstring pointer. this variable will contain the name of the folder that was selected by the end user when the domodal function call returns.
To Search:
File list (Check if you may need any files):
folder_dialog_source\folder_dialog.cpp
....................\folder_dialog.h
....................\readme.txt
folder_dialog_source