摘要: void CreateFileDir(CString sPath){ sPath.Replace('/','\\'); int nPos = sPath.Find('\\'); while(nPos != -1) { CreateDirectory(sPath.Left(nPos),NULL); n 阅读全文
posted @ 2017-08-10 11:21 wusuang 阅读(976) 评论(0) 推荐(0)