Does anyone knows if the activex filesystemobject is blocked or doesn't work in the new windows8/ie10?
Sample code: (javascript)
fso = new ActiveXObject("Scripting.FileSystemObject"); //error
d = fso.GetDrive(fso.GetDriveName(fso.GetAbsolutePathName("c:\")));