摘要:
void CFileTestDlg::OnBnClickedButton4() { // TODO: Add your control notification handler code here CString strFolderPath("D:\\test"); if (PathIsDirectory(strFolderPath)) { MessageBox(_T(... 阅读全文
摘要:
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... 阅读全文