[comp.sys.apollo] Case control

derstad@cim-vax.honeywell.com ("DAVE ERSTAD") (08/19/89)

Darryl Conliffe asked about controlling case of returned paths from
name_$get_path.  Yes, that always returns upper case.

Solution:  At SR9.7 use "call_cc" (e.g. name_$get_path_cc) to get
case correct paths.

This will also work at SR10.  However, Apollo plans to obsolete these,
or so their release notes claim.  The call
to use at SR10 is call_lc (e.g. name_$get_path_lc).