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
/
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
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String