Build Information
Author |
Fred McGuirk |
Date |
Mar 5, 2007 |
Outputfile |
EclipsePathResolver.pvc |
Forcelinenumbers |
false |
Constructor
Defines a new PathResolver for the specified Eclipse project source folder.
|
Parameter | Description |
inSourceFolder$ |
The source folder for the project. |
|
Methods
FUNCTION resolve$(inSrcName$, inIncludeName$)
Resolve (or expand) the name of the INCLUDE file.
|
Parameter | Description |
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 Eclipse project source directory. |
|
Properties inherited from: path_resolver
_version$
Methods inherited from: path_resolver
resolve$()