Determines whether the specified path refers to a file.
public static boolean isFile( String path )
path
The path to test.
Returns true if the path refers to a file; otherwise, returns false.
See Also exists, isDirectory