Martin.Andrew Tue, 12 Feb 2002 02:04:16 -0800
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?