views:

18

answers:

0

My script fly with IE8 when I instantiate the file system object:

var fso  = new ActiveXObject("Scripting.FileSystemObject");
alert("does not reach this point");

Any ideas?