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
Explain about tristate constants in vbscript?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
How to get the length of the string by making use of the string function?
How to assign a date value to a variable?
What is the use of the instr function?
how to write validation function for date in vb script
What is vbscript language used for and which earlier language is it modeled upon?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
How are arrays declared in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Why is the use of exit do or exit for statements within loops discouraged?
how does vb script help in web page designing? explain with example.
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
In what way program "hello world" you can write in vbscript?