|
-
Jun 2nd, 2000, 09:12 PM
#1
Thread Starter
Hyperactive Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|