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

Method exists

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

Source from the content-addressed store, hash-verified

201 }
202
203 private static native boolean exists(String path);
204
205 public boolean exists() {
206 return exists(path);

Callers 3

generateFileMethod · 0.95
mkdirsMethod · 0.95
cleanUpMethod · 0.80

Calls

no outgoing calls

Tested by 1

cleanUpMethod · 0.64