Eddie,
As the others have suggested you cannot do this.
Largely because of the size of the file. I would consider writing the new
line to a new file, then using Asynchronous File I/O to append the existing
file on the end of this new file, delete the old file, then rename the new
file to the original name...
Similar to:
http://msdn.microsoft.com/library/de...nousfileio.asp
Hope this helps
Jay
"Eddie Suey" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> I want to add a new line to the begining of a text file. I dont want to
> write over existing data. How do I do this? the file is about 7 mb.
>
>