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
How to Import data from a file (file is on the desktop) to the data table
What are class variables?
What is the purpose of the err object in the vbscript language?
Description.Create
How to open excel in vb script?
Explain about constants in vb script?
What is the difference between vbscript and vba?
What are the advantages of vbscript?
Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?
What is vbscript procedures?
give me any information abou vb script books learn quckly
regular expression that will recognize a browser as long as its name property starts with mybrowser
where can i learn VB scripint ?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?