Re: method to test if a file exist?




"raisenero" <iveymi@xxxxxxxxx> wrote in message
news:1145175331.719888.15240@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Yes, there is a method to test if a File exists or not.
http://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html#exists()


Thanks this seems helpful. Is the exist() method new for the 1.5 jdk
because I have an old reference book that I was looking at, the book is
based on the1.3 Jdk and I do not see the method in this book or maybe I just
overlooked it. Thanks anyway!!!


.