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,FREEMAIL_FROM, 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 06:28:32 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.media.kyoto-u.ac.jp!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!freenix!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Marius Amado Alves Newsgroups: comp.lang.ada Subject: Re: socket, pipe Date: Wed, 05 Nov 2003 14:26:16 +0000 Organization: Cuivre, Argent, Or Message-ID: References: <56a4b188.0311040645.64f825f7@posting.google.com> <56a4b188.0311050554.4a7b59b9@posting.google.com> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1068042412 14123 80.67.180.195 (5 Nov 2003 14:26:52 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Wed, 5 Nov 2003 14:26:52 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <56a4b188.0311050554.4a7b59b9@posting.google.com> X-Mailer: Ximian Evolution 1.4.5 X-OriginalArrivalTime: 05 Nov 2003 14:26:11.0218 (UTC) FILETIME=[C2A8C720:01C3A3A8] 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:2086 Date: 2003-11-05T14:26:16+00:00 On Wed, 2003-11-05 at 13:54, ghostie wrote: > 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. If DACS does not have directory operations, you can always use a file in the place of a directory (i.e. a file which lists the filenames and whose name all applications know beforehand). Note that with any kind of directory operations (provided by DACS or by your self) you may run into concurrency problems.