korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-io-vfs
/
korlibs.io.file
/
Vfs
/
UnixPermission
Unix
Permission
inline
class
UnixPermission
(
val
bits
:
Int
)
Members
Constructors
Unix
Permission
Link copied to clipboard
constructor
(
bits
:
Int
)
constructor
(
readable
:
Boolean
=
true
,
writable
:
Boolean
=
true
,
executable
:
Boolean
=
false
)
Properties
bits
Link copied to clipboard
val
bits
:
Int
executable
Link copied to clipboard
val
executable
:
Boolean
readable
Link copied to clipboard
val
readable
:
Boolean
writable
Link copied to clipboard
val
writable
:
Boolean