MCPcopy Create free account
hub / github.com/ReadyTalk/avian / getAbsolutePath

Method getAbsolutePath

classpath/java/io/File.java:189–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

187 private static native String toAbsolutePath(String path);
188
189 public String getAbsolutePath() {
190 return toAbsolutePath(path);
191 }
192
193 public File getAbsoluteFile() {
194 return new File(getAbsolutePath());

Callers 6

mainMethod · 0.95
createZipMethod · 0.95
getAbsoluteFileMethod · 0.95
findJarMethod · 0.80
getResourceMethod · 0.80
ZipFileMethod · 0.80

Calls 1

toAbsolutePathMethod · 0.95

Tested by 3

mainMethod · 0.76
createZipMethod · 0.76
findJarMethod · 0.64