Followers

Wednesday, November 9, 2011

[原]asp.net 删除图片

[原]asp.net 删除图片System.IO.File.Delete(Server.MapPath("~/"+imgPath));. ================================================= C# code. if(System.IO.File.Exists(System.Web.HttpContext.Current.Server.MapPath(Path))) { System.IO.File.Delete(Path); } ...[原]asp.net 删除图片

No comments:

Post a Comment

Popular Posts