G
Guest
I keep seeing that you can use the FileSystemObject in either VB script, or
Javascript on an aspx page.
I added a refrence to the scrrun.dll
I added importing namespaces for 'System.Object', 'Scripting',
'Scripting.FileSystemObject', and a few others
However, when I try to create the fso object I keep receiving an error.
'ActiveX component can't create object: 'Scripting.FileSystemObject'
What am I missing?
All I am trying to do is delete a file on the onbeforeunload event.
I have spent the better part of two days on this.
All help greatly appreciated.
Javascript on an aspx page.
I added a refrence to the scrrun.dll
I added importing namespaces for 'System.Object', 'Scripting',
'Scripting.FileSystemObject', and a few others
However, when I try to create the fso object I keep receiving an error.
'ActiveX component can't create object: 'Scripting.FileSystemObject'
What am I missing?
All I am trying to do is delete a file on the onbeforeunload event.
I have spent the better part of two days on this.
All help greatly appreciated.