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

Method createNewFile

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

Source from the content-addressed store, hash-verified

218 }
219
220 private static native boolean createNewFile(String path) throws IOException;
221
222 public boolean createNewFile() throws IOException {
223 return createNewFile(path);

Callers 2

mainMethod · 0.95
createTempFileMethod · 0.95

Calls

no outgoing calls

Tested by 1

mainMethod · 0.76