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

In QTP how to insert a data base check point for web based application and simultaneous link to code in expert veiw. hw to retrieve a data(single coulumn from server) that matches with inserted value manually or exported from excel sheet.

2 Answers  


hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?

0 Answers  


How many types of operators are available in the vbscript language?

0 Answers  


Differentiate javascript and vbscript?

0 Answers  


Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?

2 Answers  


Explain the adodb.stream class?

0 Answers  


How will you reverse a string in vbscript?

0 Answers  


What are class variables?

0 Answers  


How will you get the exponent of the given number in vbscript?

0 Answers  


How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?

2 Answers   IBM, Infosys, Wipro,


wht must be the interview question on corinthian information technology solutions incorporated.

0 Answers   HP,


Which operator is used to perform the comparison among 2 operands in the vbscript language?

0 Answers  


Categories