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 |
Explain about the extension .hta?
Explain about vb script?
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
Explain the tristate constants in vbscript?
Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
Which in-built function related to an array joins substrings into one string in the vbscript language?
how to find greatest of n numbers!
Explain about scrrun.dll in vbscript?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
regular expression that will recognize a browser as long as its name property starts with mybrowser