Construction Methods
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. |
GetNextPathName | Returns the full path of the next selected file. |
GetReadOnlyPref | Returns the read-only status of the selected file. |
GetStartPosition | Returns the position of the first element of the file name list. |
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. |
OnFileNameChange | Called to handle the CDN_SELCHANGE notification message. |
OnFolderChange | Called to handle the CDN_FOLDERCHANGE notification message. |
OnInitDone | Called to handle the CDN_INITDONE notification message. |
OnTypeChange | Called to handle the CDN_INITDONE notification message. |