How do I check for the existence of a file?
Created Mar 28, 2000
John Zukowski The File class includes an exists() method that reports on the existence of a file. The method returns false to mean the file doesn't exist, true if it does.
Created Mar 28, 2000