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 will you get the natural logarithm of the given number in vbscript?
How can I access an object in another frame?
Explain about constants in vb script?
Find Out Length of an array without using Ubound?
write a vbscrpit to swap values
best training centre in bangalore
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
What is the purpose of regexp object in vbscript?
Explain about scrrun.dll?
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
What are the advantages of vbscript?