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


Please Help Members By Posting Answers For Below Questions

Mention how to access array data?

694


In html file what is an ideal position to include vbscript?

1078


Mention how to create a cookie using vbscript?

734


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

2018


Mention what is byref and byval parameters in vbscript?

774


write a function to read the items from combobox of Flight reservation & save in excel (QTP)??

2586


did any one attended interview in applabs if you had gone through plz tell me the procedure

2048


How will you convert a given number to long in vbscript?

665


How to create a cookie using vbscript?

831


Mention what is vbscript?

814


Why is the use of exit do or exit for statements within loops discouraged?

773


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.

1639


Mention the environments where vbscript could be run?

900


Out of the different type of operators, which are evaluated first and last in the vbscript language?

765


How can you create a file object to work with the files in the vbscript language?

712