Define file system object object?



Define file system object object?..

Answer / Vikas Kumar Tiwari

The FileSystemObject (FSO) is a Microsoft ActiveX Object that allows ASP pages to read, write, and manipulate files and folders on the server's file system. It provides several methods for creating, reading, writing, moving, copying, and deleting files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

Explain the advantages of using asp?

1 Answers  


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

1 Answers  


How many objects are there in ASP?

10 Answers  


Describe how a browser-based Form POST becomes a Server-Side event like Button1_OnClick

1 Answers   ADC, Microsoft,


What is Server-Side includes?

1 Answers  


What does Server.MapPath do?

2 Answers  


What is the difference between client-side script and server-side script?

4 Answers  


Can I use com objects from a .net framework program?

1 Answers  


textbox has viewstate property,but it does not depend on its property to retain their data across page,Explain.

1 Answers  


Tell few programming diffrence between ADO and DAO programming. What is state?

1 Answers   Facebook, Leading Software Technologies,


What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count

1 Answers  


Explain how do you box a primitive data type variable?

1 Answers  


Categories