program for delete file online in asp

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
vinodkus [ Di, 25 September 2007 13:19 ] [ ID #1828855 ]

Re: program for delete file online in asp

vinodkus [at] 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 [at] bls.gov
http://members.cox.net/slatteryt
Tim Slattery [ Di, 25 September 2007 14:53 ] [ ID #1828859 ]
Webserver » microsoft.public.inetserver.asp.general » program for delete file online in asp

Vorheriges Thema: Cannot pass session variable
Nächstes Thema: link for sql server group