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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cc8e9bce0083b37,start X-Google-Attributes: gid103376,public From: Roga Danar Subject: Finding file names to process Date: 1998/08/13 Message-ID: <35D32A47.6DEA3152@genesis.ac3i.dseg.ti.com>#1/1 X-Deja-AN: 380824822 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: AlphaSoft, Inc. Mime-Version: 1.0 Reply-To: p1@alphasoft-inc.com Newsgroups: comp.lang.ada Date: 1998-08-13T00:00:00+00:00 List-Id: 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?