I am trying to update and delete records, using Visual Basic, from a file I have called "items.csv"

I displayed the current records in a listbox and I was wondering how you use VB and delete records from the file I called "items.csv"

example data in "items.csv"
item# A B C D
0142 123 32 12 YES
1111 111 222 0 NO
.
1234 123 123 0 NO
.
.
and so on

How do you go about deleting item# 1234 in the file item.csv

can anyone help????