toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file.std
/
ISO
/
DirectoryRecord
Directory
Record
data
class
DirectoryRecord
(
val
length
:
Int
,
val
extendedAttributeLength
:
Int
,
val
extent
:
Int
,
val
size
:
Int
,
val
date
:
ISO.DateStruct
,
val
flags
:
Int
,
val
fileUnitSize
:
Int
,
val
interleave
:
Int
,
val
volumeSequenceNumber
:
Int
,
val
rawName
:
String
)
Members
Constructors
Directory
Record
Link copied to clipboard
constructor
(
length
:
Int
,
extendedAttributeLength
:
Int
,
extent
:
Int
,
size
:
Int
,
date
:
ISO.DateStruct
,
flags
:
Int
,
fileUnitSize
:
Int
,
interleave
:
Int
,
volumeSequenceNumber
:
Int
,
rawName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
date
Link copied to clipboard
val
date
:
ISO.DateStruct
extended
Attribute
Length
Link copied to clipboard
val
extendedAttributeLength
:
Int
extent
Link copied to clipboard
val
extent
:
Int
file
Unit
Size
Link copied to clipboard
val
fileUnitSize
:
Int
flags
Link copied to clipboard
val
flags
:
Int
interleave
Link copied to clipboard
val
interleave
:
Int
is
Directory
Link copied to clipboard
val
isDirectory
:
Boolean
length
Link copied to clipboard
val
length
:
Int
name
Link copied to clipboard
val
name
:
String
offset
Link copied to clipboard
val
offset
:
Long
raw
Name
Link copied to clipboard
val
rawName
:
String
size
Link copied to clipboard
val
size
:
Int
volume
Sequence
Number
Link copied to clipboard
val
volumeSequenceNumber
:
Int