摘要: 1 bool DeleteFolderAll(LPCTSTR pSrcPath ) 2 { 3 if(pSrcPath == NULL) 4 return false; 5 6 wchar_t pwcPath[MAX_PATH]; 7 wcscpy(pwcPath , pSrcPath); 8 int ilen = wcslen(pwcPath); 9 10 if (pwcPath[ilen-1] 阅读全文
posted @ 2019-09-07 11:52 george_cw 阅读(1940) 评论(0) 推荐(0) 编辑