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

Method toAbsolutePath

classpath/java/io/File.java:187–187  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

185 }
186
187 private static native String toAbsolutePath(String path);
188
189 public String getAbsolutePath() {
190 return toAbsolutePath(path);

Callers 2

isAbsoluteMethod · 0.95
getAbsolutePathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected