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-Thread: 103376,2a3c44b775a27ab8 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!usenet-fr.net!news.enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: "Oleksiy Puzyr" Newsgroups: comp.lang.ada Subject: RE: Directory walk Date: Tue, 19 Apr 2005 16:33:40 +0300 Organization: Cuivre, Argent, Or Message-ID: NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: melchior.cuivre.fr.eu.org 1113917644 21334 212.85.156.195 (19 Apr 2005 13:34:04 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 19 Apr 2005 13:34:04 +0000 (UTC) To: Return-Path: X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 thread-index: AcVE4eKZjX3MxhGOQDeno/YSZ50ECwAAdnvw In-Reply-To: X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:10570 Date: 2005-04-19T16:33:40+03:00 Martin, sorry I've sent previous letter in your mailbox directly. Forgot to say... I've tried to do with Ada.Directories but it is not predefined unit in GNAT. Output is: "Ada.Directories" it is not predefined library unit. Where can I get this stuff? Maybe I should use another Ada distribution? Thank again! -----Original Message----- From: comp.lang.ada-bounces@ada-france.org [mailto:comp.lang.ada-bounces@ada-france.org] On Behalf Of Martin Dowie Sent: Tuesday, April 19, 2005 4:15 PM To: comp.lang.ada@ada-france.org Subject: Re: Directory walk Oleksiy Puzyr wrote: > I'm new to Ada... Welcome! (it's more fun than some other languages...) > ...and I have a question: how can I get the list of files in > the given directory? Use the (soon to be standard) package "Ada.Directories" - what compiler are you using? Cheers -- Martin _______________________________________________ comp.lang.ada mailing list comp.lang.ada@ada-france.org http://www.ada-france.org/mailman/listinfo/comp.lang.ada