Example -
Below Code will delete a text file in QTP.
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile("c:\myfile.txt")
Set fso = Nothing
This is how we can delete the text file in QTP.
Below Code will delete a text file in QTP.
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile("c:\myfile.txt")
Set fso = Nothing
This is how we can delete the text file in QTP.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs