kdjonesmtb2
Technical User
Hello
How can I replace the file path in the code below with a string in vbscript
Set qfile1=fso.CreateTextFile("\\ikanas267\Documents\kgittensjones\My Documents\QTP 834\Text files\" & TextFileName,true,False) 'TextFileName used as a variable so that multiple 834 files can be generated from DataTable
The TextFileName variable works fine
Thanks
How can I replace the file path in the code below with a string in vbscript
Set qfile1=fso.CreateTextFile("\\ikanas267\Documents\kgittensjones\My Documents\QTP 834\Text files\" & TextFileName,true,False) 'TextFileName used as a variable so that multiple 834 files can be generated from DataTable
The TextFileName variable works fine
Thanks