"John D. Leonard II" wrote:
>
> All:
>
> Any code for testing to see if a file exists along the Includes (and
> global) path?
>
> $Response->Include( $filename) and $Response->TrapInclude( $filename )
> automatically scan the path, but return an error if the file is not
> found. I want to tr
All:
Any code for testing to see if a file exists along the Includes (and
global) path?
$Response->Include( $filename) and $Response->TrapInclude( $filename )
automatically scan the path, but return an error if the file is not
found. I want to trap this error.
Is the solution $Server->MapPat