Kokumi

导航

2021年9月24日 #

【C#】清空目录下的文件

摘要: /// <summary> /// 清空文件 /// </summary> /// <param name="strPath"></param> /// <returns></returns> public bool DeleteDir(string strPath) { try { strPath 阅读全文

posted @ 2021-09-24 09:26 Kokumi 阅读(155) 评论(0) 推荐(0)