PROPATH function
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returns the current value of the PROPATH environment
variable.
Syntax
|
Example
This
procedure first displays a comma-separated list of the directories
in the current PROPATH. It then displays each directory
in the current PROPATH, one per line.
r-ppath1.p
|
Notes
- ABL
stores the
PROPATHas a comma-separated list of directories. (ABL strips the operating-specific separation characters (a colon ( : ) on UNIX; a semicolon ( ; ) in Windows) and replaces them with commas. - The default format for
PROPATHis x(70). - For more information on the
PROPATHenvironment variable, see Install OpenEdge .