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 object hyrarchy in QTP for a web based application
What are the uses of vb script?
Explain the constants in vbscript?
Explain the filter expression?
How are comments handled in the vbscript language?
How will you get a combined string from array of string in vbscript?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Which operator is used to perform the comparison among 2 operands in the vbscript language?
what do you mean .ota mobile format
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
Explain about arrays in vb script?
What is dictionary object in vbscript? Explain?
What is the difference between a dictionary and an array?
i have a problem with this error(this error related edit and
delete button,when i click this button in datagrid..i will
get this error)"Invalid postback or callback argument.
Event validation is enabled using
What are class properties?