I have 2 images inside a folder called Pics..... Image1.jpg and Image2.jpg.
What code must i place inside my Submit button to just delete Image1.jpg located here "~/Pics/Image1.jpg"
Any help would be great!!!
|
|
|
|
|
|
|
You need to use System.IO.File.Delete not System.IO.Delete
|
||||
|
|
|
The syntax is:
You will need to make sure the user your web app is running as has delete (change) permissions on the file you are deleting, however. |
||||
|
|
|
i would try:
|
||
|
|