Results 1 to 4 of 4

Thread: how i delete file without sending to the recycle bin in vb6

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    8

    how i delete file without sending to the recycle bin in vb6

    i have problem to delete the file from hard disk without sending it to the recyclebin

  2. #2
    Fanatic Member
    Join Date
    Feb 2001
    Posts
    759

    Re: how i delete file without sending to the recycle bin in vb6

    Try using the Kill command

    Code:
    Kill FileName

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    8

    Re: how i delete file without sending to the recycle bin in vb6

    thank you
    this function is really works

  4. #4

    Thread Starter
    New Member
    Join Date
    Oct 2008
    Posts
    8

    Re: how i delete file without sending to the recycle bin in vb6

    hi i have project in which i make a Errorlog
    in this project how i connect my project to network
    and how i send file through the network to another pc

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