Which of the following is the correct method to instantiate a FileSystemObject in a server-side script?

Choose the correct answer

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.

Which of the following is the correct method to inst… — ASP.net | PakQuizHub