Example -
Below code will copy text file to new location in QTP.
Set Fo = createobject("Scripting.FilesystemObject")
Fo .CopyFile "c:\mydocuments\letters\abc.txt", "c:\tempfolder\newf.txt"
Set Fo = Nothing
This is how we can copy text file in QTP.
Below code will copy text file to new location in QTP.
Set Fo = createobject("Scripting.FilesystemObject")
Fo .CopyFile "c:\mydocuments\letters\abc.txt", "c:\tempfolder\newf.txt"
Set Fo = Nothing
This is how we can copy text file in QTP.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs