how to delete file using visual basic 6.0

vb6 , delete file , delete Kuala Lumpur, Malaysia
  • 9 years ago

    if anyone can let me know how to delete a file specially bak (SQL backup) file.. example : Inside C:\Database

    database1.bak -- database2.bak | ------file to delete database3.bak --

    i don't want delete folder 'Database' but file inside a database folder thank u.

  • 9 years ago

    Use Kill. Example: Kill "C:\Database\database3.bak"

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Measuring programming progress by lines of code is like measuring aircraft building progress by weight.” - Bill Gates