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
When to use function procedures and what are its characteristics?
Mention the environments where vbscript could be run?
How are values assigned to string type and numeric type variables?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
about vb scripting programs this type of all question& answers
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
What are the disadvantages of vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
When does ‘on click of button’ event gets triggered in the vbscript language?
Why is error handling required?
How to open a file. What is the perpose of true and false mode there?
Mention the rules for using option explicit statement?
How to Convert Hex color code to color name in VB Script?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
Mention what is the main difference between function and sub-procedure?