Results 1 to 3 of 3

Thread: how to create html file

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2004
    Posts
    169

    how to create html file

    how to create .html file ? ----fso object can only create .txt file.

    what should I do?

    thanks

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: how to create html file

    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: how to create html file

    Cander is correct.

    In fact, you could use your FSO to create "c:\redshirtme.txt" and then do
    VB Code:
    1. Name "c:\redshirtme.txt" As "c:\redshirtme.htm"
    and bingo, you have an html file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width