Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getAbsoluteFile
Method
getAbsoluteFile
classpath/java/io/File.java:193–195 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
191
}
192
193
public
File getAbsoluteFile() {
194
return
new
File(getAbsolutePath());
195
}
196
197
private
static
native long length(String path);
198
Callers
1
isAbsoluteTest
Method · 0.95
Calls
1
getAbsolutePath
Method · 0.95
Tested by
1
isAbsoluteTest
Method · 0.76