Oct 7, 2002 #1 sisan Programmer Jan 9, 2002 39 ID Sorry, I'm asking a simple question, because I really don't know how to do this simple thing: How to delete a file in a specific folder by command in VB ? e.g: I want to delete the file "C:\MyFolder\MyFile.txt" Thanx for your help !
Sorry, I'm asking a simple question, because I really don't know how to do this simple thing: How to delete a file in a specific folder by command in VB ? e.g: I want to delete the file "C:\MyFolder\MyFile.txt" Thanx for your help !
Oct 7, 2002 #2 Custom24 Programmer Nov 27, 2001 591 GB The command would be kill "C:\myfolder\myfile.txt" Mark Upvote 0 Downvote
Oct 14, 2002 Thread starter #3 sisan Programmer Jan 9, 2002 39 ID Thank you, Mark ! Upvote 0 Downvote