Printable View
How to get current document name?
In which class of your MDI do you want to get it? If from CDocument derived class then CDocument::GetPathName
Thanks