Returns the absolute form of this abstract pathname. Equivalent to new File(this.getAbsolutePath).
new File(this.getAbsolutePath)
getAbsolutePath
Returns: The absolute abstract pathname denoting the same file or directory as this abstract pathname
Exceptions:
SecurityException
Since: 1.2
Diagram: File