I am trying to delete all files in a folder on my local machine. Does anyone one know how I can do this using VB 6? I want to delete everything in C:\testing.
Thanks,
James
Printable View
I am trying to delete all files in a folder on my local machine. Does anyone one know how I can do this using VB 6? I want to delete everything in C:\testing.
Thanks,
James
Kill "c:\testing\*.*"