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-Thread: 103376,c72c8726f7de6c9b,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Zheng Wang" Newsgroups: comp.lang.ada Subject: File manipulations in Ada.Text_IO Date: 1 Aug 2005 11:04:34 -0700 Organization: http://groups.google.com Message-ID: <1122919474.611248.151950@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 130.88.192.82 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1122919480 28161 127.0.0.1 (1 Aug 2005 18:04:40 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 1 Aug 2005 18:04:40 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=130.88.192.82; posting-account=Z5_cDw0AAAAiVsYHnsUBMTESnujcktdr Xref: g2news1.google.com comp.lang.ada:3877 Date: 2005-08-01T11:04:34-07:00 List-Id: Hi, I would like to ask a simple question about Ada.Text_IO, please. How could we check if a file exists or not? I mean is there a function or procedure that takes a File_Type/File_Name and returns true if the File exists, otherwise return false. Many thanks in advance.