program for delete file online in asp

V

vinodkus

dear sir/madam
HI can any body give me a program for delete a online file in asp.
Actually I have created a program for mail attachment. For attaching
the file first of all I have to upload the file in a directory but
after sending attach file the file should be remove from directory. So
please give me a program or give me a perfect link.

Thanks in advance

vinod
 
T

Tim Slattery

dear sir/madam
HI can any body give me a program for delete a online file in asp.
Actually I have created a program for mail attachment. For attaching
the file first of all I have to upload the file in a directory but
after sending attach file the file should be remove from directory. So
please give me a program or give me a perfect link.

You'd use the FileSystemObject

Set objFSO = Server.CreateObject("Scripting.FileSystemObject")
FSO.DeleteFile("filename")

See http://msdn2.microsoft.com/en-us/library/thx0f315.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top