PosixPermission

fs2.io.file.PosixPermission
See thePosixPermission companion object
sealed trait PosixPermission

Attributes

Companion:
object
Source:
Permissions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object GroupExecute.type
object GroupRead.type
object GroupWrite.type
object OthersExecute.type
object OthersRead.type
object OthersWrite.type
object OwnerExecute.type
object OwnerRead.type
object OwnerWrite.type

Members list

Concise view

Value members

Abstract fields

val value: Int

Attributes

Source:
Permissions.scala