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,3689d3c938c589e5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-25 04:55:28 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn4feed!worldnet.att.net!4.24.21.153!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: Directory listings and path names Date: 25 Jan 2002 06:55:15 -0600 Organization: LJK Software Message-ID: References: <3C4EF2AA.31A78C84@attbi.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1011963317 15846 192.135.80.34 (25 Jan 2002 12:55:17 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Fri, 25 Jan 2002 12:55:17 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:19302 Date: 2002-01-25T06:55:15-06:00 List-Id: In article , tgingold@pc204.ipricot.fr writes: > function Full_Name (Name : in String) return String; > Returns the full name corresponding to the file name specified by Name. > [...] > > Should be *a* full name, since some systems (such as UNIX) doesn't have only > one name for a file (links). > Therefore, this function cannot be used to canonicalize a file name. Whereas on VMS there may be multiple full names, equally valid for accessing the file, but one of them is "more equal" and often used for special purposes that require a canonical name.