comp.lang.ada
 help / color / mirror / Atom feed
From: "Dominic D'Apice" <dapiced@sympatico.ca>
Subject: how to validate if a file exist ?
Date: Sun, 22 Sep 2002 14:25:09 -0400
Date: 2002-09-22T14:25:09-04:00	[thread overview]
Message-ID: <mailman.1032719103.21393.comp.lang.ada@ada.eu.org> (raw)

Hi all, 

I know that i can validate if a file don’t exist with this :

---------------------------------------------------
  exception when ada.text_io.name_error => 
		     ada.text_io.put("file not found");
	           ada.text_io.skip_line;
---------------------------------------------------


BUT, HOW CAN I VALIDATE IF A FILE EXIST ? 
(I did not found any exception about this way…)


thank to reply
Dominic




             reply	other threads:[~2002-09-22 18:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-22 18:25 Dominic D'Apice [this message]
2002-09-22 21:12 ` how to validate if a file exist ? Chad R. Meiners
     [not found] <000101c26265$622bc5d0$0101a8c0@dominic>
2002-09-22 20:05 ` sk
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox