write a vb script to create a folder?

Answers were Sorted based on User's Feedback



write a vb script to create a folder?..

Answer / mudaseer

dim vfso
set vfso=createobject("scripting.filesystemobject")
vfso.createfolder "c:\apple"

Is This Answer Correct ?    1 Yes 1 No

write a vb script to create a folder?..

Answer / suman

dim x
set x= createObject("Scripting.FileSystemObject")
x.CreateFolder()

Is This Answer Correct ?    0 Yes 0 No

write a vb script to create a folder?..

Answer / prathyusha

set ofso=createobject("scripting.filesystemobject")
set ofold=ofso.createfolder(strpath)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What is difference between Active screen and movie screen recorder in QTP 9.2?

1 Answers  


How to find a latest file from any folder

3 Answers   Ness Technologies,


Explain about scrrun.dll in vbscript?

0 Answers  


write a vb script to display the size of the folder,date created and name of the folder

1 Answers  


Illustrate briefly about the different types of statement

0 Answers  






where can i learn VB scripint ?

0 Answers   Satyam,


Can u describe what kind of testing are for OTC derivates by banks.

0 Answers   BoA,


Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.

1 Answers  


How to access array data?

0 Answers  


a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program

1 Answers  


I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent

0 Answers  


What is Querystring collection?

0 Answers  


Categories