Method Description
CFileDialog Constructs a CFileDialog object.
Operations Methods
Method Description
DoModal Displays the dialog box and allows the user to make a selection.
GetPathName Returns the full path of the selected file.
GetFileName Returns the file name of the selected file.
GetFileExt Returns the file extension of the selected file.
GetFileTitle Returns the title of the selected file.
Overridable Methods
Method Description
OnShareViolation Called when a share violation occurs.
OnFileNameOK Called to validate the file name entered in the dialog box.
OnLBSelChangedNotify Called when the list box selection changes.