Package org.drasyl.util
Class PathUtil
java.lang.Object
org.drasyl.util.PathUtil
Utility class for operations on
Path
es.-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
hasPosixSupport
(Path path) Check ifpath
's file system supports POSIX.
-
Method Details
-
hasPosixSupport
Check ifpath
's file system supports POSIX.- Parameters:
path
- the path- Returns:
true
if path's file system supports POSIX. Otherwisefalse
.
-