Posts: 164
Name: James
Location: marbella & surrey
|
i'm using fopen to write some stuff at the end of a file using the "a" string mode.
this string mode writes to the end of a file and i want to write one line up.
i.e. open the file, delete the last line and append my guff.
any ideas?
btw: the file being fopen'd is rather large.
thanks
;p
|