摘要:
//检测并创建多层目录//测试了 strPath = "C:\\Documents and Settings\\aa","11\\22\\33\\44","11\\22\\33\\44\\"情况。BOOL MakeDirecory(CString strPath){ //判断是不是以'\'或者'/'结尾,若是则去除 int nLength = strPath.GetLength(); while('\\' == strPath.GetAt(nLength-1) || '/' 阅读全文
posted @ 2011-08-02 17:29
好好单调
阅读(334)
评论(0)
推荐(0)
浙公网安备 33010602011771号