Use an absolute pathname
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The most efficient but least flexible way to reference r-code in a library is by using an absolute pathname. When you reference a member using an absolute pathname, OpenEdge does not search the PROPATH. It looks for the member in the specified directory.
To run a procedure from an operating system file in a specific directory, reference the procedure using an absolute pathname. For example:
|
However, to run a member from a library in a specific directory, you must reference both the library and the member with an absolute pathname. For example:
|
When you reference a member in a specific library, you must enclose the member name in double angle brackets as shown.