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 |
What are string functions in vbscript?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
write a script to count no drives in file systems in qtp?
what is the standards used for writing the script in QTP
Can anyone send me a vb script function for verifying the functionality of active links on a web page
what is fire event method in qtp?
Mention what is select case statement?
What are keywords in the vbscript language?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How do you write an SQL insert statement?
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,