Results 1 to 2 of 2

Thread: How to delete files?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2002
    Location
    Toronto, Canada
    Posts
    50

    Question How to delete files?

    Hi,
    I want to delete files in windows from my VB application. And I don't want any prompts, asking if I want to delete those files or not. No, just delete them.

    Thanks,
    Best regards, Andrew
    Best regards, Andrew

  2. #2
    gaffa
    Guest
    You can use the Kill command
    VB Code:
    1. Kill "C:\Temp\test.txt"

    - gaffa

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