write a vb script to display the size of the folder,date
created and name of the folder
Answer Posted / 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 |
Post New Answer View All Answers
Mention how you can call vbscript functions?
What are class properties?
did any one attended interview in applabs if you had gone through plz tell me the procedure
what is the features of visual basic?
Mention how to access array data?
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
What methods are used to create text files and open text files in the vbscript language?
how does vb script help in web page designing? explain with example.
How to access array data?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
write any ttest cases using check points and parameterization
How can the spaces from the string be removed?
Mention the environments where vbscript could be run?
Which function is used to perform string comparison?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me