UnixPermission

inline class UnixPermission(val bits: Int)

Constructors

Link copied to clipboard
constructor(readable: Boolean = true, writable: Boolean = true, executable: Boolean = false)
constructor(bits: Int)

Properties

Link copied to clipboard
val bits: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard