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
How you can call vbscript functions?
Mention what is select case statement?
Explain about the functionality of vb script?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
what is the features of visual basic?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
How to pass argument by reference to a function in vbscript?
how to acces the remote mechine using vb cript(QTP)
How will you get a random number between 0 and 1 in vbscript?
How will you check that a variable is an array in vbscript?
How to add actions in driver script to run those actions in QTP?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards
Mention what is the use of option explicit in vbscript?
what is event handling?