PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
FindFile() |
This is an inbuilt function function provided by PPWIZARD.
The purpose of this routine is to search for a file. The return code is the full name of the file or the empty string ("") if it could not be located. This routine use used internally by PPWIZARD to search for files included with the #include command as well as other situations.
This routine takes one or two parameters as follows:
The following locations are searched in order, using FindFileInPath():
If you need more information or control over where PPWIZARD looks for the file then you should also check out the FindFileInPath() routine (which is also used internally by this call).
Example |
#DefineRexx '' TRACE_ON File1 = FindFile("htmlpre.ih"); #DefineRexx