Class PathUtil

java.lang.Object
org.drasyl.util.PathUtil

public final class PathUtil extends Object
Utility class for operations on Pathes.
  • Method Details

    • hasPosixSupport

      public static boolean hasPosixSupport(Path path)
      Check if path's file system supports POSIX.
      Parameters:
      path - the path
      Returns:
      true if path's file system supports POSIX. Otherwise false.