Forum Discussion
santoguya
14 years agoContributor
Hi Vahagn,
Thanks for your input.
I used your code in my TestComplete script but I'm having trouble calling OpenTextFile fromt the FSO object, I get the following error on the OpenTextFile() line:
"Microsoft VBScript runtime error - Object doesn't support this property or method."
I think the FSO object didn't get set properly. I tried using CreateObject("FileSystemObject") which gave me the same error.
Are there some extra libraries or include files that I need in order to access the FSO methods?
Thanks!
Thanks for your input.
I used your code in my TestComplete script but I'm having trouble calling OpenTextFile fromt the FSO object, I get the following error on the OpenTextFile() line:
"Microsoft VBScript runtime error - Object doesn't support this property or method."
I think the FSO object didn't get set properly. I tried using CreateObject("FileSystemObject") which gave me the same error.
Are there some extra libraries or include files that I need in order to access the FSO methods?
Thanks!