Permissions

fs2.io.file.Permissions
sealed trait Permissions

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

Attributes

Source
Permissions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def toNioFileAttribute: FileAttribute[_]

Attributes

Inherited from:
PermissionsPlatform (hidden)
Source
PermissionsPlatform.scala