toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
Vfs
/
UnixPermissions
/
UnixPermissions
Unix
Permissions
constructor
(
owner
:
Vfs.UnixPermission
,
group
:
Vfs.UnixPermission
=
owner
,
other
:
Vfs.UnixPermission
=
UnixPermission(0)
,
extra
:
Int
=
0
)
constructor
(
bits
:
Int
)