program for delete file online in asp
am 25.09.2007 13:19:28 von 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
Re: program for delete file online in asp
am 25.09.2007 14:53:06 von Tim Slattery
vinodkus@gmail.com wrote:
>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
--
Tim Slattery
MS MVP(DTS)
Slattery_T@bls.gov
http://members.cox.net/slatteryt