MCPcopy Create free account
hub / github.com/SeanDragon/protools / isFile

Method isFile

common/src/main/java/pro/tools/path/ToolPath.java:69–71  ·  view source on GitHub ↗
(Path path)

Source from the content-addressed store, hash-verified

67 }
68
69 public static boolean isFile(Path path) {
70 return Files.isRegularFile(path);
71 }
72
73 public static boolean isDir(Path path) {
74 return Files.isDirectory(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected