comp.lang.ada
 help / color / mirror / Atom feed
* how to validate if a file exist ?
@ 2002-09-22 18:25 Dominic D'Apice
  2002-09-22 21:12 ` Chad R. Meiners
  0 siblings, 1 reply; 3+ messages in thread
From: Dominic D'Apice @ 2002-09-22 18:25 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 3+ messages in thread
[parent not found: <000101c26265$622bc5d0$0101a8c0@dominic>]

end of thread, other threads:[~2002-09-22 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-22 18:25 how to validate if a file exist ? Dominic D'Apice
2002-09-22 21:12 ` Chad R. Meiners
     [not found] <000101c26265$622bc5d0$0101a8c0@dominic>
2002-09-22 20:05 ` sk

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