toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.io.file
/
Vfs
/
FileEvent
File
Event
data
class
FileEvent
(
val
kind
:
Vfs.FileEvent.Kind
,
val
file
:
VfsFile
,
val
other
:
VfsFile
?
=
null
)
Members
Constructors
File
Event
Link copied to clipboard
constructor
(
kind
:
Vfs.FileEvent.Kind
,
file
:
VfsFile
,
other
:
VfsFile
?
=
null
)
Types
Kind
Link copied to clipboard
enum
Kind
:
Enum
<
Vfs.FileEvent.Kind
>
Properties
file
Link copied to clipboard
val
file
:
VfsFile
kind
Link copied to clipboard
val
kind
:
Vfs.FileEvent.Kind
other
Link copied to clipboard
val
other
:
VfsFile
?
=
null
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String