group

object group extends Path => GroupPrincipal

Get the owning group of the file/folder at the given path

class Object
trait Matchable
class Any
group.type

Type members

Classlikes

object set

Set the owning group of the file/folder at the given path

Set the owning group of the file/folder at the given path

Value members

Concrete methods

def apply(p: Path, followLinks: Boolean): GroupPrincipal

Inherited methods

def andThen[A](g: GroupPrincipal => A): Path => A
Inherited from:
Function1
def compose[A](g: A => Path): A => GroupPrincipal
Inherited from:
Function1
override def toString(): String
Definition Classes
Function1 -> Any
Inherited from:
Function1