|
-
Mar 9th, 2003, 05:39 PM
#1
Thread Starter
New Member
Deleting/Killing a file... help!
Hello, this is my first post here on the VBForums. Since I just got VB 6.0 and I learned how to use it last year it's a lot of fun just playing around with it. Yesterday I d/l an MP3 player and modified it a little bit. But I have 1 problem, when I try to delete a file that is in my list, I can't because I get an error. I haven't learned how to delete files yet so if anyone can clue me in, that would help out a lot.
Private Sub Command3_Click()
Kill File1.path & "\" & File1.FileName << Says there's an error in this line
File1.Refresh
End Sub
Any help is greatly appreciated, thanks!
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
|