How would I read a certain line from a file? For instance, lets say I want to edit th 7th line in a text file, how can I do that? How can I put the file pointer on that line?
Joey