Anish Kumar K. wrote:
Hi
Hello,
I wanted to append some line in between a text file. So what I tried is
with the seek command I tried moving the pointer and then do appeding,
but for some reason it was not getting appended.
I know there are ways to make this task possible. I am afraid abot the
Anish Kumar K. <[EMAIL PROTECTED]> asked:
> I wanted to append some line in between a text file. So what
> I tried is with the seek command I tried moving the pointer
> and then do appeding, but for some reason it was not getting
> appended.
When you seek() and write in the middle of a file, it
Hi
I wanted to append some line in between a text file. So what I tried is with
the seek command I tried moving the pointer and then do appeding, but for some
reason it was not getting appended.
I know there are ways to make this task possible. I am afraid abot the memory
consumption so I ha