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
What are the environments supported by vbscript language?
write any ttest cases using check points and parameterization
Explain about .wsf files?
What is select case statement?
please can you help me to get a code of flames using a visual basic 6
How will you get a random number between 0 and 1 in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
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.?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Explain sga memory structures?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Explain about operator precedence in vb script?
What are the different types of loops available in the vbscript language?
Why to use option explicit in vb script?