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

which is the best institute in banglaore for software testing?

1 Answers  


How to Import data from a file (file is on the desktop) to the data table

2 Answers   IBM,


Explain about arrays in vb script?

0 Answers  


how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me

0 Answers  


Which operator can be used to check if two numbers are equal or not in vbscript?

0 Answers  






Which function is used in the vbscript language to convert the specified expression into a date type value?

0 Answers  


What is Procedure or Subroutine in VB Script?

0 Answers  


How will you get the smallest subscript of an array in vbscript?

0 Answers  


accept a string & display whether a is present or not

1 Answers  


write any ttest cases using check points and parameterization

0 Answers  


Explain about the support of asp for vb script functionality?

0 Answers  


Write a program to resize an array of 5 elements to 4 elements and display all the elements.

1 Answers  


Categories