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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7df2baf73b28aa5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 10:52:25 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!skynet.be!skynet.be!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Beard, Frank Randolph CIV" Newsgroups: comp.lang.ada Subject: RE: socket, pipe Date: Wed, 5 Nov 2003 13:49:18 -0500 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: melchior.cuivre.fr.eu.org 1068058245 51439 80.67.180.195 (5 Nov 2003 18:50:45 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 5 Nov 2003 18:50:45 +0000 (UTC) To: "ghostie" , Return-Path: X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: socket, pipe Thread-Index: AcOjpqB8GVWChTRISn2m82JjV6OyegAEHkKA X-OriginalArrivalTime: 05 Nov 2003 18:49:49.0721 (UTC) FILETIME=[9738C890:01C3A3CD] X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Gateway to the comp.lang.ada Usenet newsgroup List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: archiver1.google.com comp.lang.ada:2097 Date: 2003-11-05T13:49:18-05:00 Since the source is available for GNAT, you could always look at it to see how it's done. Another option is to use Pascal Obry's Windows 32 POSIX packages. You can find them under Software for Reuse at www.adapower.com (though I can't seem to get to right now). And again, if you don't want to use the POSIX approach. Just look at the code to see how it's done. It's in the body of POSIX_Files. The procedure is called For_Every_Directory_Entry. Frank -----Original Message----- From: ghostie [mailto:eieio@coastalnet.com] I should have added that I've found posts indicating how to do a directory listing using GNAT libraries, but I don't use GNAT. I use DACS.