write a vb script to display the size of the folder,date
created and name of the folder
Answer / mudaseer
dim vfso
vfolder="C:\apple1"
set vfso=createobject("scripting.filesystemobject")
set vf=vfso.getfolder(vfolder)
msgbox vf.datecreated
msgbox vf.size
msgbox vf.name
Is This Answer Correct ? | 1 Yes | 0 No |
Explain the functionality of vbscript?
explain with example primitive data types of vb script.
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Explain about the extension .hta?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
When does ‘on click of button’ event gets triggered in the vbscript language?
Explain different types of segment?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
write a vb script to add two 2*2 matrix
Write a Script for ATM in QTP
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet