Answer Posted / suman
dim x
set x= createObject("Scripting.FileSystemObject")
x.CreateFolder()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to create a cookie using vbscript?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How to open excel in vb script?
How to replace junk code recorded by QTP with a mall function.
what is the use of QCUtil? explain with one example?
How will you get the natural logarithm of the given number in vbscript?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
How to write functions and sub in vb script?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Explain the .wsf files?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about the functionality of vb script?
who will create the object?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.