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 |
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
write a vbscript for finding the sum of the numbers from 1- 50
Explain about vb script?
Mention when to use function procedures and what are its characteristics?
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
What is the use of the date function in the vbscript language?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans
What is the difference between a dictionary and an array?
Explain about scrrun.dll?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
input values to accept 2 numbers & print the product, difference and sum using switch case