摘要: void CFileTestDlg::OnBnClickedButton4() { // TODO: Add your control notification handler code here CString strFolderPath("D:\\test"); if (PathIsDirectory(strFolderPath)) { MessageBox(_T(... 阅读全文
posted @ 2017-05-12 14:20 Henry2017 阅读(171) 评论(0) 推荐(0) 编辑
摘要: void CFileTestDlg::OnBnClickedButton3() { // TODO: Add your control notification handler code here CFileDialog dlg(TRUE,NULL,NULL,NULL,NULL); if(dlg.DoModal()==IDOK)// { CString str,str1; str... 阅读全文
posted @ 2017-05-12 14:19 Henry2017 阅读(240) 评论(0) 推荐(0) 编辑