15,980
社区成员




CString strPathFileName; //已下载文件的文件路径
LPITEMIDLIST pidfile = NULL;
SHParseDisplayName(strPathFileName, NULL, &pidfile, 0, NULL);
SHOpenFolderAndSelectItems(pidfile, 0, NULL, 0);
CoTaskMemFree(pidfile);