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

Method getParentFile

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

Source from the content-addressed store, hash-verified

170 }
171
172 public File getParentFile() {
173 String s = getParent();
174 return (s == null ? null : new File(s));
175 }
176
177 private static native String toCanonicalPath(String path);
178

Callers 1

mkdirsMethod · 0.95

Calls 1

getParentMethod · 0.95

Tested by

no test coverage detected