public File getAbsoluteFile ()

Returns the absolute form of this abstract pathname. Equivalent to new File(this.getAbsolutePath).

Returns:  The absolute abstract pathname denoting the same file or directory as this abstract pathname

Exceptions:
SecurityException     If a required system property value cannot be accessed.

Since:  1.2