Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
createTempFile
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76