I am writting this code where i want to change this C: drive which is local drive to X drive which is mapped Drive and serach a po from the mapped Drive instead of the local drive.
<cfif fileexists"c:/inetpub/ (po_no)#.pdf" eq "Yes">
<a href="../Docs/po/#cust##trim(po_no)#.PDF">View PO</a>
<cfelse>
No Match
</cfif>
thank You
<cfif fileexists"c:/inetpub/ (po_no)#.pdf" eq "Yes">
<a href="../Docs/po/#cust##trim(po_no)#.PDF">View PO</a>
<cfelse>
No Match
</cfif>
thank You