Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ isAbsolute
Method
isAbsolute
classpath/java/io/File.java:114–116 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
}
113
114
public
boolean isAbsolute() {
115
return
path.equals(toAbsolutePath(path));
116
}
117
118
private
static
native boolean canRead(String path);
119
Callers
1
isAbsoluteTest
Method · 0.95
Calls
2
toAbsolutePath
Method · 0.95
equals
Method · 0.65
Tested by
1
isAbsoluteTest
Method · 0.76