Determines whether a file exists.
public static boolean exists( String path )
path
The path of the file to test.
Returns true if the file specified by the designated path exists; otherwise, returns false.