CStdioFile写文件中出现的问题
被一个bug纠缠了两天,今天总算找到问题在哪里了://创建学生端存放考试结果文件夹 CString strFolderPath = "C://"; strFolderPath += _T("学生文件夹"); if (!CreateDirectory(strFolderPath, NULL)) { AfxMessageBox("创建文件夹失败"); return; } CString csRscFile = strFolderPath