Hi guys,
It's been forever since I did any programming, and came upon a project where a simple program would speed things up for me tremendously...Basically, I have a folder with thousands of text files in it and I want to add a block of text to the beginning of each of those files...I've quickly poked through some tutorials and can open streams to a text file, but I can't figure out how to just add a block of text to the beginning of the file...additionally, I'd like the program to be able to just go through each file in the folder in sequence and change it from a .txt file to a .html file...any tips or pointers you could give me would be greatly appreciated...thanks!
-Eric