How do we create a FileSystemObject?

A.  Server.CreateObject("Scripting.FileSystemObject")
B.  Create("FileSystemObject")
C.  Create Object:"Scripting.FileSystemObject"
D.  Server.CreateObject("FileSystemObject")


Ans: Server.CreateObject("Scripting.FileSystemObject")

0 comments:

Post a Comment