From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,814d0ec938d6e4da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-27 07:39:36 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!sn-xit-06!supernews.com!newspump.sol.net!chcgil2-snh1.gtei.net!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: How to find directory where the program is? Date: 27 Apr 2002 09:39:03 -0500 Organization: LJK Software Message-ID: References: <3CC6D15A.2070509@mail.com> <3cc73115.426446486@news.cis.dfn.de> <3CC9459E.7A49A4F7@nbi.dk> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1019918347 26409 192.135.80.34 (27 Apr 2002 14:39:07 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 27 Apr 2002 14:39:07 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:23172 Date: 2002-04-27T09:39:03-05:00 List-Id: In article , "Marin David Condic" writes: > Most OS's have some means for keeping that kind of thing around somewhere, > just that it isn't going to be a "portable" answer. Its the sort of thing > that Ada has been very good at hiding in the past - maybe that's something > that needs to be in an OS Interface package? But sometimes there will not be an answer, if you are expecting a disk location. On VMS the program you are running might be on magnetic tape.