C#删除文件

string file =System.Web.HttpContext.Current.Server.MapPath(fileUrl);
                if (System.IO.File.Exists(file))//判断文件是否存在
          { System.IO.File.Delete(file); }

查找自:https://zhidao.baidu.com/question/123004173.html

posted @ 2016-12-20 17:53  蜗牛的礼物  阅读(127)  评论(0编辑  收藏  举报