Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Jeremy,
The Storages.INI method accepts only the string. That's why, you get an error when trying to pass the File object (Files.tc_ini returns it).
Actually, this code suggested by Phil should work:
Storages.INI(Files.FileNameByName("tc_ini"))
Could you please describe what happens when you execute this code? What is the expected and the actual behavior?
The Storages.INI method accepts only the string. That's why, you get an error when trying to pass the File object (Files.tc_ini returns it).
Actually, this code suggested by Phil should work:
Storages.INI(Files.FileNameByName("tc_ini"))
Could you please describe what happens when you execute this code? What is the expected and the actual behavior?