MCPcopy Create free account
hub / github.com/davidgiven/luje / getAbsolutePath

Method getAbsolutePath

lib/java/io/File.java:463–466  ·  view source on GitHub ↗

Returns the absolute path of this file. @return the absolute file path. @see java.lang.SecurityManager#checkPropertyAccess

()

Source from the content-addressed store, hash-verified

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.

Callers 1

getAbsoluteFileMethod · 0.95

Calls 2

properPathMethod · 0.95
toUTF8StringMethod · 0.95

Tested by

no test coverage detected