Is it possible to use the FileSystemObject in VBScript on a webpage?

I tried to do...

Set FSO = new Scripting.FileSystemObject

and

Set FSO = CreateObject("Scripting.FileSystemObject")

and neither would work...

Does Internet Explorer also need to have specific security settings for this to work?? Or does there need to be something before this code?

Thanks in advance!