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

Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1982


What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

764


Which data type/types are supported by vbscript language and what are their specialties?

792


what is the differance between BYVAL,BYREF?

1980


Can anyone send me a vb script function for verifying the functionality of active links on a web page

1765


How can you create an object in vbscript?

813


How will you compare two strings in vbscript?

793


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

13481


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

848


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1026


Why is it recommended to close the database connection every time after the work is completed?

695


Explain about tristate constants?

756


How to Convert Hex color code to color name in VB Script?

4147


What is the scope of a constant declared using public?

733


how does vb script help in web page designing? explain with example.

1750