Class path_resolver

The class will resolve (or expand) the name of the INCLUDE file based on the rules defined within this class. This is the abstract class that can be overridden for specific cases.

Build Information

Author Fred McGuirk
Date Mar 5, 2007
Outputfile path_resolver.pvc
Forcelinenumbers false

Known SubClasses

EclipsePathResolver

Properties

PROPERTY _version$

Methods

FUNCTION resolve$(inSrcName$, inIncludeName$)

Resolve (or expand) the name of the INCLUDE file.

ParameterDescription
inSrcName$ The name of file to source file
inIncludeName$ The name of the include file
Returns The name of the INCLUDE file relative to the location of the SOURCE File.