Servertec   pp:searchPath Variable
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Conventions
iPP
Templates
Constants
Identifiers
Operators
Directives
Macros
Java API
pp( )
displayLogo( )
embeddedQuotes( )
removeBlankLines( )
removeComments( )
searchPath( )
verboseMessages( )
warningMessages( )
define( )
main( )
preprocess( )
undefine( )

Sales
Legal
Feedback

 

The search path used by include directive.

Syntax

    pp.searchPath

Notes

    pp an instance of the pp class.

    searchPath is an instance of the Vector class.

    searchPath is a searched from the first element to the last when an include directive is used.

    Normally items are added into the search path in the specific order that they are to be searched.

    The default value is . (current working directory) and any search paths defined by INCLUDE.

    Requires that stec.pp.pp be imported.

Example

    mypp.searchPath.addElement("c:\includes");
    mypp.searchPath.insertElementAt(".", 0);
    
    
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:56 EST 1999