Which of the following is the correct method to instantiate a FileSystemObject in a server-side script?
Explanation
The correct way to create a FileSystemObject in server-side scripting is by using Server.CreateObject("Scripting.FileSystemObject"). Other options either omit the proper prefix or use incorrect syntax.