Re: Writing a character to the beginning of the same file
- From: Gerry Quinn <gerryq@xxxxxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 11:20:17 +0100
In article <4270F6E8.697D0E43@xxxxxxxxxxxx>, dpbozarth@xxxxxxxxxxxx
says...
> SAM wrote:
> ...
> > Randy thanks very much. I thought someone would give me a better
> > solution than this. I had worked on ur solution but it had taken lots
> > of time to complete the process in the case of large files.
>
> There <is> no better solution w/ sequential files...
>
> As someone else noted, the one way around is to use random access file
> structure or treat a sequential file as random access...
Or use a file-like object that acts like a sequential file but is
structured as a series of separate files. (Somewhat like a deque
implementation.)
- Gerry Quinn
.
- References:
- Writing a character to the beginning of the same file
- From: SAM
- Re: Writing a character to the beginning of the same file
- From: Scott McPhillips [MVP]
- Re: Writing a character to the beginning of the same file
- From: SAM
- Re: Writing a character to the beginning of the same file
- From: Randy Howard
- Re: Writing a character to the beginning of the same file
- From: SAM
- Re: Writing a character to the beginning of the same file
- From: Duane Bozarth
- Writing a character to the beginning of the same file
- Prev by Date: Re: array of integers
- Next by Date: Re: Which language should I learn?
- Previous by thread: Re: Writing a character to the beginning of the same file
- Next by thread: Re: Writing a character to the beginning of the same file
- Index(es):