how to create .html file ? ----fso object can only create .txt file.
what should I do?
thanks
Printable View
how to create .html file ? ----fso object can only create .txt file.
what should I do?
thanks
html are just text files. Just name the extension .html
Cander is correct.
In fact, you could use your FSO to create "c:\redshirtme.txt" and then doand bingo, you have an html file.VB Code:
Name "c:\redshirtme.txt" As "c:\redshirtme.htm"