boolean exists()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Tests whether the file (or directory) denoted by this abstract pathname exists.
Example
File file = new File("DATA.RII");
if (file.exists())
Logger.log("this file exists");
The example above returns the absolute pathname.