write a vb script to create a folder?

Answer Posted / mudaseer

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

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz

2393


How will you get the octal value of the given number in vbscript?

502


Explain the string concatenation function in vbscript?

544


Which in-built function related to an array joins substrings into one string in the vbscript language?

520


How are arrays declared in the vbscript language?

549






What are the uses of vb script?

587


hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

2588


why variable name should not exceed 255 characters?

1822


What is sql loader? Explain the files used by sql loader to load file?

624


How to access array data?

545


How you can call vbscript functions?

581


i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1421


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

654


How will you convert a string to upper case string using vbscript?

561


What is the difference between for loop and while loop?

556