calculating error on CreateObject("Scripting.FileSystemObject") command
Hi,
I'm facing an issue during a calculation.
The issue is related to a rule row that call VBScript function for creating objects:
Set obj = CreateObject("Scripting.FileSystemObject")
If obj.FileExists(CSVFileName) Then Obj.DeleteFile(CSVFileName)
Does it miss some library or configuration/application?
I've installed now .NET 5.0, it's possible that something else is missing.
Could you please help me?
Thanks a lot.
Riccardo