VB6 Programming a HTML link generator?

I have not programmed in over 10 years, I have VB6 at home. I want VB to make an output text file that will contain the following string + Variable + String:

<a href="http://www.links.com"> + <Variable X> + </a><a href="anotherlink">Media Player</a>

I could probably get that far, what I don't know how to code is, I want to be able to point to a specific folder, and I want VB to create the above link using the file name of each file in the folder as <Variable X>

So add a link for each file in specified folder.


Any hints would be greatly appreciated.
 
Back
Top