Permissions

sealed
trait Permissions extends PermissionsPlatform

Describes the permissions of a file / directory.

Note: currently, there is only one subtype -- PosixPermissions. More types may be added in the future (e.g. Windows ACLs).

trait PermissionsPlatform
class Object
trait Matchable
class Any

Value members

Inherited methods

def toNioFileAttribute: FileAttribute[_]
Inherited from
PermissionsPlatform