write a script to count no drives in file systems in qtp?
Answer Posted / sandeep
Set FSO=CreateObject("scripting.filesystemobject")
Set coll=fso.Drives
MsgBox coll.Count
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
What are the uses of vb script?
Which function is used to perform string comparison?
How will you reverse a string in vbscript?
When does ‘on click of button’ event gets triggered in the vbscript language?
What is the use of the formatdatetime function in the vbscript language?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
How to pass argument by reference to a function in vbscript?
What is variant in vb script?
who will create the object?
Mention what is byref and byval parameters in vbscript?