Hi.

I'm trying to append text to a txt file at a certain row.
For example:
a
b
c
d

And after I run the program and append 'z' at row 3, it should look like:
a
b
cz
d

Does anyone know how to do this? I can't seem to get append to work, only overwriting.