Variable in a Text String (ASP)
OK, I have this variable called "file_name"And I want to create a file with the name of that variable above. So in:
Set wfile = fs.CreateTextFile("c:\testfolder\filename.txt", True)
How do I put the variable file_name in that text string right after testfolder\ ? I know there's a way to do it.. but it doesnt come up for me.