How to delete a image in a folder by code

asp.net Oslo, Norway
  • 13 years ago

    Anyone  help me on this, i have a image folder in my application, im uploading the image, but on edit mode im uploading a new file,its getting uploaded, but the old image must be deleted, how to do this?

  • 13 years ago

    Hi, Thanks for the help. It worked fine.  

  • 13 years ago

    using System.IO;

      File.Delete(Server.MapPath("images") & "/" & "winter.jpg")

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The greatest performance improvement of all is when a system goes from not-working to working.” - John Ousterhout