> The text to be inserted at the beginning of the file is static text so
> the "beggining" file (let's call it FileA) could already exist. If I
> copy FileB to FileA will it insert all the text from FileB to the end
> of FileA?
AFAIK, you can only insert at the end. So create a new text file, add
the header stuff, then copy the data from the old file. Save the new
file, delete the old one, and rename the new one. Just use the Name
function.