How do we create a FileSystemObject?

Question - How do we create a FileSystemObject?

Options -

Server.CreateObject("Scripting.FileSystemObject")
Create("FileSystemObject")
Create Object:"Scripting.FileSystemObject"
Server.CreateObject("FileSystemObject")

Correct Answer - Server.CreateObject("Scripting.FileSystemObject")
Post your comment