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

Method getAbsoluteFile

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

Source from the content-addressed store, hash-verified

191 }
192
193 public File getAbsoluteFile() {
194 return new File(getAbsolutePath());
195 }
196
197 private static native long length(String path);
198

Callers 1

isAbsoluteTestMethod · 0.95

Calls 1

getAbsolutePathMethod · 0.95

Tested by 1

isAbsoluteTestMethod · 0.76