Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


write a vb script to display the size of the folder,date
created and name of the folder



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

Post New Answer

More VB Script Interview Questions

How will you trim the spaces on the left of a string using vbscript?

1 Answers  


Which event is triggered when mouse focus comes out of an element in the vbscript language?

0 Answers  


find the length of the string without using length function?

4 Answers   CSS Corp,


Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?

0 Answers  


Which object provide information about a single runtime error in a vbscript?

0 Answers  


I want good books or good sites for scripting.Can any one help me.

0 Answers   Wipro,


What is the difference between ByRef and ByVal. When to use ByRef and ByVal

5 Answers   Polaris, TCS,


What is the purpose of drive object of scripting.filesystemobject class in vbscript?

0 Answers  


What are subprocedures in vbscript?

0 Answers  


i need to sort the data using qtp script for this how i need to write a qtp script

0 Answers  


What is the purpose of on error resume next statement?

0 Answers  


VBscript for QTP,best tutorial?

2 Answers   Wipro,


Categories