write a vb script to create a folder?
Answers were Sorted based on User's Feedback
Answer / mudaseer
dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.createfolder "c:\apple"
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / suman
dim x
set x= createObject("Scripting.FileSystemObject")
x.CreateFolder()
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prathyusha
set ofso=createobject("scripting.filesystemobject")
set ofold=ofso.createfolder(strpath)
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention how you can call vbscript functions?
How will you format a number in percetage format in vbscript?
Why do we use Option Explicit?
Which constant is used for print and display functions and works as same as pressing enter key?
What is the use of the formatdatetime function in the vbscript language?
What are the special sub-types in vbscript?
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
VBscript for QTP,best tutorial?
write a vb-script code to delete all the mails in my gmail in the year 2011
How to search word in a string without using instring function?