owner

object owner extends Path => UserPrincipal

Get the owner of the file/folder at the given path

class Object
trait Matchable
class Any
owner.type

Type members

Classlikes

object set

Set the owner of the file/folder at the given path

Set the owner of the file/folder at the given path

Value members

Concrete methods

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

Inherited methods

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