Given a file [info.txt], and a string [line] I want to seek inside the file to a certain point and insert the line.
[Info.txt]:
// This is the contents of info.txt
// there are instructions here that must not be overwritten
4456 : 1st Inst
4457 : 2nd Inst
4470 : 3rd Inst
[string line]
[Info.txt]:
// This is the contents of info.txt
// there are instructions here that must not be overwritten
4456 : 1st Inst
4457 : 2nd Inst
4470 : 3rd Inst
[string line]