I am creating a psuedo-CMS where the user can edit portions of HTML files to update them. The htm peices files are then ASPed together.
What I want to do is load an existing .htm file into the editor, allow the user to make changes, and then save it back to the file.
Is there any load/save method or example code for this availble?
I suppose I can find, open, and grab the text manually with the FSO, but was hoping you had code or an easier way.
Please advise.
-Jeff