Hi Udhaya,

U can pass file path as string value to the function i.e.
file_path = "c:\test\file1.txt"
call fun_file(file_path)
or
call fun_file("c:\test\file1.txt")

Thanks,
Amit

On Wed, May 9, 2012 at 12:20 PM, udhaya kumar <[email protected]>wrote:

> Hi All,
>
>
>                How to pass file path as function parameter. Please give me
> sample code to pass file path as function parameter.
>
>
>
> Regards,
> A.UdhayaKumar.
> HCL Technologies.
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
>

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to