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 learn VB Script, Since iam working with QTP. So i need to learn VB script.
what is the difference between modular and data and keyword driven framework
How to assign a numeric value to a variable?
How can the spaces from the string be removed?
Which command is used for writing text on a page?
write a vb script to open a text file and write into it
what is the function to get the ascii value of the character?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What is the difference between vb debugger and the script debugger?
what is resorceallocation
What are events in the vbscript language?
How should i Create Email invite with server-side Coding?