Delete Files

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Delete Files

    Is it possible after i run my process i delete text files from server.
    I run a process to read from text files after that i want to delete
    these text files so that no one again run the process. I am using ASP.

  • Evertjan.

    #2
    Re: Delete Files

    Eric wrote on 10 aug 2006 in microsoft.publi c.inetserver.as p.general:
    Is it possible after i run my process i delete text files from server.
    I run a process to read from text files after that i want to delete
    these text files so that no one again run the process. I am using ASP.
    FileSystemObjec t.DeleteFile(fi lename[,force])


    <http://www.w3schools.c om/asp/met_deletefile. asp>


    --
    Evertjan.
    The Netherlands.
    (Please change the x'es to dots in my emailaddress)

    Comment

    Working...