PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
![]() | ![]() | ![]() | ![]() | ![]() |
IncludePath() |
This is an inbuilt function function provided by PPWIZARD.
This can be used to reset or update the file search path. Please see the /IncludePath as it works exactly the same way.
Example |
#DefineRexx '' call IncludePath ;;Drop any existing paths call IncludePath "a" ;;Add 1 path call IncludePath "x;y;z" ;;Add 3 more #DefineRexx #include "No.SUCH" ;;Debug output will show paths being accessed