I have a file that gets copied every second over network to update a txt file located at c:\folder\data.txt.

The txt file contains data like:

Code:
name
serial
in
out
test
All in a row. Currently I am using VB code to pull from this file into excel. I would like to pull this into C#. What is the best way to approach this? I have to use the offset command in VB to get the data set in the proper cells.