Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ isExists
Method
isExists
common/src/main/java/pro/tools/path/ToolPath.java:65–67 ·
view source on GitHub ↗
(Path path)
Source
from the content-addressed store, hash-verified
63
}
64
65
public
static
boolean isExists(Path path) {
66
return
Files.exists(path);
67
}
68
69
public
static
boolean isFile(Path path) {
70
return
Files.isRegularFile(path);
Callers
5
createDir
Method · 0.95
copy
Method · 0.95
createFile
Method · 0.95
move
Method · 0.95
rm
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected