Class PathUtil


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

      • 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.