I haven't been paying much attention to my HS installation for the last couple of months. I sat down yesturday to take a peek at the log and I am getting an error message in the log for every script that contains File System Object statements.
The statement
Set FSO = CreateObject("Scripting.FileSystemObject")
produces the following error in the HS log
Script error in file: StoreHighLowTempratures.txt: 429:ActiveX component can't create object: "Scripting.FileSystemObject" in line 180
I guess I turned off access to File System Objects somehow. Anyone know how to get this working again?
The statement
Set FSO = CreateObject("Scripting.FileSystemObject")
produces the following error in the HS log
Script error in file: StoreHighLowTempratures.txt: 429:ActiveX component can't create object: "Scripting.FileSystemObject" in line 180
I guess I turned off access to File System Objects somehow. Anyone know how to get this working again?