Forum Discussion
jeremy_bertrand
12 years agoContributor
This I think is what i had in place for where it breaks on trying to read the ini file in stores not using the direct absolute path.
Set temp2 = Files.tc_ini
Set tempini = Storages.INI(temp2)
I'm getting a VBScript Runtime error: Object doesn't support this property or method.
I have also tried:
Set tempini = Storages.INI(Files.tc_ini)
Set temp2 = Files.tc_ini
Set tempini = Storages.INI(temp2)
I'm getting a VBScript Runtime error: Object doesn't support this property or method.
I have also tried:
Set tempini = Storages.INI(Files.tc_ini)