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

Method mkdirImpl

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

Source from the content-addressed store, hash-verified

179 }
180
181 private native boolean mkdirImpl(String path);
182
183 public boolean mkdirs() {
184 if (exists()) {

Callers 1

mkdirMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected