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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6482d0ae6dcb1b4c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-09-22 04:55:08 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.54.122.107!newsfeed1.bredband.com!bredband!newsspool1.bredband.com!news1.bredband.com.POSTED!not-for-mail From: "Per Sandbergs" Newsgroups: comp.lang.ada References: Subject: Re: if file exist X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Sun, 22 Sep 2002 13:55:24 +0200 NNTP-Posting-Host: 213.114.165.252 X-Complaints-To: news-abuse@bredband.com X-Trace: news1.bredband.com 1032695707 213.114.165.252 (Sun, 22 Sep 2002 13:55:07 CEST) NNTP-Posting-Date: Sun, 22 Sep 2002 13:55:07 CEST Organization: A customer of B2 Bredbandsbolaget (www.bredband.com) Xref: archiver1.google.com comp.lang.ada:29251 Date: 2002-09-22T13:55:24+02:00 List-Id: Well if you are using a modern GNAT you may use function Is_Regular_File in package GNAT.Os_Lib /Per Sandberg "Dominic D'Apice" wrote in message news:mailman.1032687678.1150.comp.lang.ada@ada.eu.org... Hello all, How can i know if a text file exist ? I mean : Procedure IF_FILE_EXIST is Begin . end IF_FILE_EXIST; thank in advance Dominic