Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ucbvax!cim-vax.honeywell.com!derstad
From: derstad@cim-vax.honeywell.com ("DAVE ERSTAD")
Newsgroups: comp.sys.apollo
Subject: Case control
Message-ID: <8908181841.AA20996@umix.cc.umich.edu>
Date: 18 Aug 89 19:37:00 GMT
Sender: daemon@ucbvax.BERKELEY.EDU
Organization: The Internet
Lines: 10


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).