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 |
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
how to write validation function for date in vb script
What are the valid scopes of a variable in vbscript?
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
what does create object actually do when you call it in vbscript?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
What variable can you use to share info across the whole application for one user?
Compare java script and vb script?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
How to write functions and sub in vb script?
what is the use of QCUtil? explain with one example?