Article ID: 142203
Article Last Modified on 11/21/2006
"The title of the filename includes both the name and the extension.
For example, GetFileTitle will return "TEXT.DAT" for the file
C:\FILES\TEXT.DAT."
This is incorrect. Calling CFileDialog::GetFileTitle() for the file
mentioned will return TEXT.
"The name of the file includes only its prefix, without the path or
the extension. For example, GetFileName will return "TEXT" for the
file C:\FILES\TEXT.DAT."
This is also incorrect. Calling CFileDialog::GetFileName() for the above
file will return "TEXT.DAT".
Keywords: kbbug kbcmndlgfileo kbdocerr kbdocfix kbfix kbvc410fix KB142203