在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
public static void DelectDir(string srcPath)
调用DelectDir方法前可以先判断文件夹是否存在 if(Directory.Exists(srcPath)) { DelectDir(srcPath); } 原文地址:http://www.cnblogs.com/iamlucky/p/5997865.html |
请发表评论