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 is normalisation
What is http header?
What data types does the rangevalidator control support?
What is asp contentplaceholder?
what are the two main compononet in remoting
what is database deployment?
how to delete windows application in vs.net
Can I avoid using the garbage collected heap?
What are the tasks performed by <form> tags?
What is a Dictionary object?
How to determine if a visitor has cookies support enabled in his/her browser?
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.