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 |
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How to Import data from a file (file is on the desktop) to the data table
How to throw an error in vbscript?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which in-built function related to an array joins substrings into one string in the vbscript language?
which is the good software training centre in bangalore?
Give examples where vb script can directly run on users system with windows as os?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
How to check the particular window is exist or not with out using check points
what is the standards used for writing the script in QTP
what is the use of Data base check point ?