Hello everyone,

I need to append the begining of an .asp file using the File System Object.
I can write the entire file line-by-line and save it, but all I really need
to do is copy an existing file and append some new lines of ASP code before
the HTML tag.

When I read a text file for appending and write new lines, they are written
at the end of the file. I've searched and searched for a way to begin
writing new lines at line 0, but can't seem to find a reference. Can anyone
help me?

TIA,
Brandon