Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ isDir
Method
isDir
common/src/main/java/pro/tools/path/ToolPath.java:73–75 ·
view source on GitHub ↗
(Path path)
Source
from the content-addressed store, hash-verified
71
}
72
73
public
static
boolean isDir(Path path) {
74
return
Files.isDirectory(path);
75
}
76
77
public
static
boolean canRead(Path path) {
78
return
Files.isReadable(path);
Callers
1
createDir
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected