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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cc8e9bce0083b37 X-Google-Attributes: gid103376,public From: "R. Srinivasan" Subject: Re: Finding file names to process Date: 1998/08/13 Message-ID: <6qvskr$34t$1@nw001t.infi.net>#1/1 X-Deja-AN: 380920558 References: <35D32A47.6DEA3152@genesis.ac3i.dseg.ti.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Organization: InfiNet Newsgroups: comp.lang.ada Date: 1998-08-13T00:00:00+00:00 List-Id: I have built a package on top of "Win32 bindings" that would help you do that. Please write if you would like to have them. srini r.srinivasan@eudoramail.com Roga Danar wrote in message <35D32A47.6DEA3152@genesis.ac3i.dseg.ti.com>... >Hi, > > I am wondering what is the "best" way to access local files who's >names and number are unknown in a known directory under a WIN95 system >in Ada95. > > I know that a 'C' interface can do the job but I want to write this >application entirely in Ada95. Is this possible?