Private Sub Command1_Click()
MsgBox "Are you sure you wish to delete the files?"
Kill "C:\windows\desktop\test\*.*"
End Sub

ok... I had the exact same problem in QBasic... it wouldn't delete all the files in the directory...it says "File not found" Can I not use this command with multiple files?