korlibs
Toggle table of contents
6.1.0-SNAPSHOT
native
Target filter
native
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.io.posix
/
PosixStatInfo
Posix
Stat
Info
native
data
class
PosixStatInfo
(
val
size
:
Long
,
val
isDirectory
:
Boolean
,
val
mode
:
Int
=
0
,
val
timeCreated
:
DateTime
=
DateTime.EPOCH
,
val
timeModified
:
DateTime
=
DateTime.EPOCH
,
val
timeLastAccess
:
DateTime
=
DateTime.EPOCH
)
Members
Constructors
Posix
Stat
Info
Link copied to clipboard
native
constructor
(
size
:
Long
,
isDirectory
:
Boolean
,
mode
:
Int
=
0
,
timeCreated
:
DateTime
=
DateTime.EPOCH
,
timeModified
:
DateTime
=
DateTime.EPOCH
,
timeLastAccess
:
DateTime
=
DateTime.EPOCH
)
Properties
is
Directory
Link copied to clipboard
native
val
isDirectory
:
Boolean
mode
Link copied to clipboard
native
val
mode
:
Int
size
Link copied to clipboard
native
val
size
:
Long
time
Created
Link copied to clipboard
native
val
timeCreated
:
DateTime
time
Last
Access
Link copied to clipboard
native
val
timeLastAccess
:
DateTime
time
Modified
Link copied to clipboard
native
val
timeModified
:
DateTime