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!