Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ isDir
Method
isDir
basex-core/src/main/java/org/basex/io/IOFile.java:140–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
138
}
139
140
@Override
141
public
boolean isDir() {
142
return
file.isDirectory();
143
}
144
145
@Override
146
public
boolean isAbsolute() {
Callers
15
get
Method · 0.95
isFile
Method · 0.95
file
Method · 0.95
run
Method · 0.95
binaries
Method · 0.95
file
Method · 0.95
resolve
Method · 0.95
descendants
Method · 0.95
delete
Method · 0.95
create
Method · 0.95
item
Method · 0.95
value
Method · 0.95
Calls
1
isDirectory
Method · 0.80
Tested by
2
isFile
Method · 0.76
file
Method · 0.76