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
Stack Overflow See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9
Cander is correct. In fact, you could use your FSO to create "c:\redshirtme.txt" and then do VB Code: Name "c:\redshirtme.txt" As "c:\redshirtme.htm" and bingo, you have an html file.
Name "c:\redshirtme.txt" As "c:\redshirtme.htm"
Forum Rules