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-Thread: 103376,96296bb60aa5db9 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!newsfeed2.dallas1.level3.net!newsfeed1.dallas1.level3.net!news.level3.com!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: Ada.Directories Date: 20 Oct 2007 17:36:07 -0500 Organization: LJK Software Message-ID: References: NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1192919662 31111 192.135.80.34 (20 Oct 2007 22:34:22 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sat, 20 Oct 2007 22:34:22 +0000 (UTC) Xref: g2news2.google.com comp.lang.ada:2517 Date: 2007-10-20T17:36:07-05:00 List-Id: In article , anon@anon.org (anon) writes: > Its a "File System" feature! > > In today's file systems, the first two entries are "." and ".." directories. > One exception to this rule is the FAT file systems which does not contain > these two entries. Another is directories on VMS, for which there is a supported GNAT version. > So if you seach the entire directory, the first two names that will be > returned are "." and ".." unless you search a FAT partition or a floopy. > > All languages including Ada, C, JAVA that have directory search routine > will act in same way.