10-19-2012, 11:17 AM
Harish, i tried below code but its saying "path not found"
What might be the issue?
Code:
Set objFileSystemObject = CreateObject("Scripting.FileSystemObject")
path1="D:\QTP_R22\DDF\Report\gsReportFile" & now() & ".html"
Set objTextFileObject= objFileSystemObject.CreateTextFile(path1,True)
What might be the issue?