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 |
Why do we use Option Explicit?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
write a vb script to display the size of the folder,date created and name of the folder
What are the different types of loops available in the vbscript language?
what is fire event method in qtp?
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
How many types of operators are available in the vbscript language?
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
write a vb script create 5 folders test1 test2 test3 test4 test5
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
Explain about the asc function?
How can the spaces from the string be removed?