删除文件

来源:互联网 发布:在淘宝上卖什么好赚钱 编辑:程序博客网 时间:2024/05/18 04:00

using System.IO; //

if (File.Exists(user_img))
{
   File.Delete(user_img);
}