Results 1 to 5 of 5

Thread: Deleting files?

  1. #1

    Thread Starter
    Hyperactive Member New to VB 6's Avatar
    Join Date
    Apr 2002
    Posts
    362

    Question Deleting files?

    I have a temporary file that my app creates called file.tmp, however I to delete it when my app ends.

    Does anybody know how to delete this file using Form_QueryUnload

  2. #2
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    VB Code:
    1. Kill [i]FileName[/i]

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  3. #3
    Fanatic Member duc's Avatar
    Join Date
    Oct 2002
    Location
    STEAM
    Posts
    702

    Thumbs up

    pretty simple

    Kill "C:\example.exe" you can change the file dir if you need to! and dont go and be malicious.... lol i love that word

  4. #4
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    note, this wont move the file to the recycle bin... doing that is a bit more complicated and not built into vb

    edit: see james' code a few threads down... what the heck theres been like 3 posts asking how to delete files today...

  5. #5
    Fanatic Member Alien_poo's Avatar
    Join Date
    Jan 2002
    Location
    Canada
    Posts
    668
    Originally posted by dis1411
    note, this wont move the file to the recycle bin... doing that is a bit more complicated and not built into vb

    edit: see james' code a few threads down... what the heck theres been like 3 posts asking how to delete files today...
    this post was posted 4 months ago
    "A RESPECTED scientist has put forward the stunning - if unsavoury - possibility that humans are descended from sewage dumped overboard by aliens."
    "First we read that we are the creation of God, then scientists say we are descended from apes. Now they say we're some sort of alien poo. How much further can we sink?"
    - Robert Matthews, Science Correspondent

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width