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 |
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
Which operator is used to perform the comparison among 2 operands in the vbscript language?
What are lbound and ubound in the vbscript language?
How will you get a subset of a array in vbscript?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
how to store charecters of HARIBABU Using arrays
Mention what is vbscript?
What is the difference between VBScript and JavaScript?
What are the valid scopes of a variable in vbscript?
How to pass argument by reference to a function in vbscript?
How will you convert a given number to long in vbscript?
write a vb script to generate the following pattern ***** **** *** ** *