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 assign a date value to a variable?
how to set one column as primary key in QTP and fetch values accordingly
How will you release the memory acquired by an array variable in vbscript?
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
Explain the extension .hta?
What are class variables?
What is the purpose of the err object in the vbscript language?
Is VB Script Case sensitive or Case insensitive?
how to automatically update the sql server2005 database records when insert in vb6?
Explain the adodb.stream class?
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
Explain about constants in vb script?
Explain the constants in vbscript?
How are values assigned to the variables in the vbscript language?
Explain some uses of vb script?