Mar 11, 2002 #1 nortic Technical User Aug 18, 2003 49 US is there a function to check if a file exist or not?
Mar 11, 2002 #2 goaganesha Programmer Dec 4, 2001 178 BE yes there is. Here is everything you need to know about the File class, including the exists() method. http://java.sun.com/products/jdk/1.2/docs/api/java/io/File.html regards, goaganesha Upvote 0 Downvote
yes there is. Here is everything you need to know about the File class, including the exists() method. http://java.sun.com/products/jdk/1.2/docs/api/java/io/File.html regards, goaganesha