Is it possible to directly append a file with 

fputs ("string", 'a'); 

and place the string at a certain point in that file, eg. line number?
Now it is always placing the string at the bottim of the file.

Do I have to read to file first?

Reply via email to