删除指定路径文件夹下所有文件 .net
摘要:
string filePath = Server.MapPath("~/ImportBaseInfo/"); string[] filePaths = Directory.GetFiles(filePath); foreach (string filepath in filePaths) { Fil 阅读全文
posted @ 2021-02-09 09:59 张不胖 阅读(111) 评论(0) 推荐(0)
浙公网安备 33010602011771号