Answer Posted / suman
dim x
set x= createobject("Scripting.FileSystemObject")
x.totalsize("c:/)
msgbox x
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between for loop and while loop?
What is the use of the recordset object and which statement is used to create such an object?
How should i Create Email invite with server-side Coding?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
How will you get the largest subscript of an array in vbscript?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
what is used of Property........End Property loop ? how to write the script for it?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Explain about constants in vb script?
Which operator can be used to do an xor operation in vbscript?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How can you fetch the value of a cookie?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?