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 |
What are the event handlers of Application Object?
Why we need stored procedures?
Explain the difference between post & get method in asp?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
What are shared assemblies?
what is the selection process for DMSS??
Can I use com objects from a .net framework program?
Why asp is called active server?
Which is the default scripting language of asp in server-side?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
Explain the life cycle of asp page.
Distinguish functionalities of ASP in web design.