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-24 23:55:13 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!isdnet!news.dotcom.fr!news.fr.ipricot.com!not-for-mail From: tgingold@pc204.ipricot.fr Newsgroups: comp.lang.ada Subject: Re: Directory listings and path names Date: Fri, 25 Jan 2002 07:54:28 +0000 (UTC) Organization: IPricot Inc. Message-ID: References: <3C4EF2AA.31A78C84@attbi.com> NNTP-Posting-Host: tgingold.fr.ipricot.com X-Trace: mo5.fr.ipricot.com 1011945268 56050 192.168.31.202 (25 Jan 2002 07:54:28 GMT) X-Complaints-To: news@ipricot.com NNTP-Posting-Date: Fri, 25 Jan 2002 07:54:28 +0000 (UTC) User-Agent: slrn/0.9.7.2 (Win32) Xref: archiver1.google.com comp.lang.ada:19299 Date: 2002-01-25T07:54:28+00:00 List-Id: In article , Nick Roberts wrote: > "Mark Biggar" wrote in message > news:3C4EF2AA.31A78C84@attbi.com... >> ... >> There is already an amendment AI for this. See AI95-00248-01 >> on http://www.ada-auth.org/AI-SUMMARY.HTML > > The latest version is AI95-00248-04 and this may be updated (e.g. with some > of my own suggestions ;-) People reading this thread, do please take a look > at this AI, and make any (reasonable) suggestions you may have. I don't know where suggestions should be made, but here is mine: 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. Tristan.