Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ createNewFileImpl
Method
createNewFileImpl
vm/JavaAPI/src/java/io/File.java:148–148 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
146
}
147
148
private
native boolean createNewFileImpl(String path);
149
150
public
boolean delete() {
151
return
deleteImpl(path);
Callers
1
createNewFile
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected