摘要: 1 BOOL CTools::CreateFolder(const CString &strPath)///<文件夹后面请添加"\\"或者"/" 2 { 3 TCHAR szFileTempPath[MAX_PATH] = {0}; 4 int iLen = strPath.GetLength(); 5 CString str = strPath; 6 TCHAR* szFilePath = str.GetBuffer(); 7 BOOL bRes = TRUE; 8 for (int i =0; i<iLen; ++i){ 9 if 阅读全文
posted @ 2013-08-12 10:30 小小亮FLY 阅读(447) 评论(0) 推荐(0) 编辑