MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / existsImpl

Method existsImpl

vm/JavaAPI/src/java/io/File.java:112–112  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

110 }
111
112 private native boolean existsImpl(String path);
113
114 public boolean isDirectory() {
115 return isDirectoryImpl(path);

Callers 1

existsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected