打开资源管理器并定位到指定文件

[阅读原文]()
CString csPath;
csPath.Format("explorer.exe %s,/n,/select", m_ctTree.GetSelPath());
//  WinExec("explorer.exe c:\\windows\\system32\\calc.exe,/n,/select", SW_SHOWNORMAL);
WinExec(csPath, SW_SHOWNORMAL);