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
Explain the functionality of vbscript?
Mention when to use function procedures and what are its characteristics?
How will you get the exponent of the given number in vbscript?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
Mention what is the main difference between function and sub-procedure?
How do you declare a variable in vbscript?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
How to Import data from a file (file is on the desktop) to the data table
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
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.
What is variant in vb script?
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
Which in-built function related to an array joins substrings into one string in the vbscript language?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?