write a vb script to rename a folder from tree4 to tree7
Answer Posted / usha
set fso=createobject("scripting.filesystemobject")
set f=fso.getfolder("C:Tree4")
f.name="Tree7"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention the rules for using option explicit statement?
Explain the scope of the variables using dim, public, and private keywords respectively.
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
How to write VB script for login module?
What are the properties of regexp object?
Mention what are the rules to name variable in vbscript?
Explain the asc function?
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
after medical test,when will be the police verification
What is dictionary object in vbscript? Explain?
Mention how you can call vbscript functions?
What methods are used to create text files and open text files in the vbscript language?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Is VB Script Case sensitive or Case insensitive?