I am stuck. Want to add a line of text at the beginning of a text file. I have explored the File Object, the FileSystemObject, and the TextStreamObject. It looks like I can append to the file easily but I can't find anything that will allow me to add a line at the beginning of a file.
Then I thought I would create a file with the line I need at the top and then append the the other file to that but I can't see how to append one file's content to another file's content.
Any help is greatly appreciated.
faxpay,
Tom
Then I thought I would create a file with the line I need at the top and then append the the other file to that but I can't see how to append one file's content to another file's content.
Any help is greatly appreciated.
faxpay,
Tom