write a vb script to rename a folder from tree4 to tree7
Answer Posted / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.movefolder "C:\tree4","C:\tree7"
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Mention how to access array data?
In html file what is an ideal position to include vbscript?
Mention how to create a cookie using vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Mention what is byref and byval parameters in vbscript?
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
did any one attended interview in applabs if you had gone through plz tell me the procedure
How will you convert a given number to long in vbscript?
How to create a cookie using vbscript?
Mention what is vbscript?
Why is the use of exit do or exit for statements within loops discouraged?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Mention the environments where vbscript could be run?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
How can you create a file object to work with the files in the vbscript language?