how to delete folder test3,test4 and test5 using vbscript?
Answer Posted / manjunathareddy
Dim Fso
Set Fso=CreateObject("Scripting.FileSystemObject")
For i=3 to 5
Fso.DeleteFolder("C:\Test"&i)
Next
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Mention what is vbscript?
How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
Explain about arrays in vb script?
What are the disadvantages of vbscript?
Illustrate briefly about the different types of statement
can anyone tell me the procedure of interview held in applabs
what is the difference between modular and data and keyword driven framework
There are 5 web pages.write a script to click the button on 4th web page.
how does vb script help in web page designing? explain with example.
Can automation testing find ssame no. of bugs what we can find by manual testing?
What is the difference between vb debugger and the script debugger?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Which in-built function is used to format the number in the vbscript language?