| 164 | } |
| 165 | |
| 166 | void CFolderDialog::OnSelChanged(ITEMIDLIST* pIdl) |
| 167 | { |
| 168 | ::SHGetPathFromIDList(pIdl, m_szPath); |
| 169 | m_strFinalFolderName = m_szPath; |
| 170 | SetStatusText(ShortName(m_strFinalFolderName)); |
| 171 | } |
nothing calls this directly
no outgoing calls
no test coverage detected