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
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
What are keywords in the vbscript language?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Mention the rules for using option explicit statement?
Mention how to assign a date value to a variable?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
Explain about vb script?
Explain about scrrun.dll?
Explain about the functionality of vb script?
In what way program "hello world" you can write in vbscript?
Which date function is used in the vbscript language to find the difference between the 2 dates?
What are the different types of loops available in the vbscript language?
if u ve resrevation for train and u get a number supose 1234xxxokie.after sucessul entering all required fields. now u put that number in search and want to chk wether these ar same or not if both ar same then its okie otherwise test fail.what would be the vb script code for it to compare these two values of different page.
what is used of Property........End Property loop ? how to write the script for it?
Is VB Script Case sensitive or Case insensitive?