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