how to find the textfile in the folder and copy file from one
folder to another folder useing parameterigation in QTP
Answer / b.hari babu
Function Replacinfile(SourceFile,Destination File)
Set Fso=CreateObject("Scripting .FilesystemObject")
If Fso.Exisit(SourceFile) Then
Fso.CopyFile(SourceFile,Destination File)
End If
End Function
Call Replacinfile(Sourc Filepath,Destination Filepath)
SourceFile=Sourc Filepath
Destination File=Destination Filepath
| Is This Answer Correct ? | 1 Yes | 0 No |
write a vb script to rename a folder from tree4 to tree7
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
Which event is triggered when mouse focus comes out of an element in the vbscript language?
Write a program using Java Script / VBscipt that checks if two matrices have identical values in all the elements
How will you trim the spaces on the left of a string using vbscript?
Find Out Length of an array without using Ubound?
What are the different types of operators and their order of precedence?
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
write a vb script to display ***** ***** ***** ***** *****
Which keyword is used to declare a variable in the vbscript language?