MCPcopy 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

createDirMethod · 0.95
copyMethod · 0.95
createFileMethod · 0.95
moveMethod · 0.95
rmMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected