How to run FileSystemObject in ASP



How to run FileSystemObject in ASP..

Answer / krrish

FileSystemObject is used to Create,,delete,copy,move
folders and files in web applications.To use this
filesystemobject we hav to create object by using
Server.CreateObject("FileSystemObject") command.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP Interview Questions

Name the event handlers of application object?

0 Answers  


what is the difference between render event and prerender event

2 Answers   Wipro,


What are private assemblies and shared assemblies?

0 Answers  


What is the common language specification (cls)?

0 Answers  


Explain the different types of session state management options available with asp.net?

0 Answers  






Explain the advantages of using asp?

0 Answers  


What is the difference between cshtml and aspx?

0 Answers  


Name at least two methods of response object other than Transfer.

3 Answers  


Destructors CANNOT be implemented in which one of the following?

0 Answers  


What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?

0 Answers   TCS,


What are the methods in applet ? When is init(), start() called ?

1 Answers  


What is a form collection in asp?

0 Answers  


Categories