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 |
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What are the disadvantages of vbscript?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
How do you get the value of a combo box in Javascript?
How should i Create Email invite with server-side Coding?
Compare java script and vb script?
What is vbscript?
How will you release the memory acquired by an array variable in vbscript?
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
how to comvert 120 into one hunderd twenty rupees only and vice varsa
Explain about tristate constants in vbscript?