Re: File exists on include path

2002-01-21 Thread Joshua Chamas
"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

File exists on include path

2002-01-18 Thread John D. Leonard II
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