Returns the absolute path of this file. @return the absolute file path. @see java.lang.SecurityManager#checkPropertyAccess
()
| 461 | * @see java.lang.SecurityManager#checkPropertyAccess |
| 462 | */ |
| 463 | public String getAbsolutePath() { |
| 464 | byte[] absolute = properPath(false); |
| 465 | return Util.toUTF8String(absolute); |
| 466 | } |
| 467 | |
| 468 | /** |
| 469 | * Returns a new file constructed using the absolute path of this file. |
no test coverage detected