MFC 打开文件夹
我是这么写的CFileDialogdlg1(TRUE);if(dlg1.DoModal()==IDOK){this->DriverPath=dlg1.GetPathNam...
我是这么写的
CFileDialog dlg1(TRUE);
if(dlg1.DoModal()==IDOK)
{
this->DriverPath=dlg1.GetPathName();
this->UpdateData(FALSE);
}
但是这个必须要指定具体文件如:c\windows\123.exe
我现在想指定文件夹也可以打开如:c\windows\
该怎么办? 展开
CFileDialog dlg1(TRUE);
if(dlg1.DoModal()==IDOK)
{
this->DriverPath=dlg1.GetPathName();
this->UpdateData(FALSE);
}
但是这个必须要指定具体文件如:c\windows\123.exe
我现在想指定文件夹也可以打开如:c\windows\
该怎么办? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询