Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ createNewFile
Method
createNewFile
vm/JavaAPI/src/java/io/File.java:144–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
private
native long lengthImpl(String path);
143
144
public
boolean createNewFile() throws IOException {
145
return
createNewFileImpl(path);
146
}
147
148
private
native boolean createNewFileImpl(String path);
149
Callers
6
createTempFile
Method · 0.95
extractAAR
Method · 0.95
executeImpl
Method · 0.95
addKotlinDependencies
Method · 0.95
invoke9
Method · 0.45
copyFile
Method · 0.45
Calls
1
createNewFileImpl
Method · 0.95
Tested by
1
executeImpl
Method · 0.76