3

I saw this on a forum and I was wondering what it was. If I can get anybody's response it would be very appreciated.

var fso = new ActiveXObject ("Scripting.FileSystemObject"); 

Can you tell me what it does and what browsers support it. Thanks.

0

2 Answers 2

3

It's a function which constructs a FileSystemObject in JScript (Microsoft's version implementationcitation from MSDN of JavaScript). This sort of object provides access to a computer's file system.

ActiveX is only supported by Internet Explorer.

Sign up to request clarification or add additional context in comments.

4 Comments

@Bakudan I'm sorry, I don't understand your question.
@Matt Ball Which one is correct: JScript is Microsoft`s implementation or version of JavaScript?
@Bakudan what do you mean "version of JavaScript?" What do you mean by "correct?" (Side note: you don't have to "@user" if you're responding to the same person whose post you are commenting on. Post owners are automatically notified of comments on their posts.)
Ok, JScript is an implementation, not a version. I hope you are not angry about the edit. :)
3

What it does is give access to your local filesystem on your PC. It is only supported by Internet Explorer.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.