Re: Append on top (easy sollution)

2004-11-16 Thread K-sPecial
K-sPecial wrote: Rajesh Dorairajan wrote: Does anyone know of a way to open a file in append mode and append on top of the file? Thanks in Advance, --Rajesh I don't know why people are having a problem with this sollution, simply open in append mode so open doesn't clobber the file, then use se

RE: Append on top (easy sollution)

2004-11-15 Thread Ron Goral
> -Original Message- > From: Gary Stainburn [mailto:[EMAIL PROTECTED] > Sent: Monday, November 15, 2004 7:25 AM > To: [EMAIL PROTECTED] > Subject: Re: Append on top (easy sollution) > > > On Monday 15 November 2004 3:02 am, K-sPecial wrote: > > Rajesh Dorai

Re: Append on top (easy sollution)

2004-11-15 Thread Gary Stainburn
On Monday 15 November 2004 3:02 am, K-sPecial wrote: > Rajesh Dorairajan wrote: > > Does anyone know of a way to open a file in append mode and append > > on top of the file? > > > > Thanks in Advance, > > > > --Rajesh > > I don't know why people are having a problem with this sollution, > simply o

Re: Append on top (easy sollution)

2004-11-15 Thread Jenda Krynicky
From: K-sPecial <[EMAIL PROTECTED]> > Rajesh Dorairajan wrote: > > Does anyone know of a way to open a file in append mode and append > > on top of the file? > > > > Thanks in Advance, > > > > --Rajesh > > > > I don't know why people are having a problem with this sollution, > simply open in

Re: Append on top (easy sollution)

2004-11-14 Thread K-sPecial
Rajesh Dorairajan wrote: Does anyone know of a way to open a file in append mode and append on top of the file? Thanks in Advance, --Rajesh I don't know why people are having a problem with this sollution, simply open in append mode so open doesn't clobber the file, then use seek() to move to