Answer Posted / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.createfolder "c:\apple"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about tristate constants?
Differentiate javascript and vbscript?
How do you declare a variable in vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
What's the difference between vbscript and vb.net?
What are the advantages of vbscript?
what is the features of visual basic?
How will you get the last occurrence of one string within another string using vbscript?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
Why to use option explicit in vb script?
Which object provide information about a single runtime error in a vbscript?
Mention how you can call vbscript functions?
Explain the filter expression?
what is the standards used for writing the script in QTP