I know how to write to a file, however, I want to be able to write to a certain line. I have a large csv file which has many lines.
I can only write to the last line (using the writeline) but I really want to write to line x of 50 lines.
How do I do this?
I don't know if you can write to a specific line in a file, but if you need to you can write your lines to a List then write the list to a file