ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
FileSystemEvent.FileEvent
ocean
io
select
client
FileSystemEvent
FileSystemEvent
Structure carrying only path and event.
class
FileSystemEvent
struct
FileEvent {
cstring
path
;
uint
event
;
}
Members
Variables
event
uint
event
;
Undocumented in source.
path
cstring
path
;
Undocumented in source.
Meta
Source
See Implementation
ocean
io
select
client
FileSystemEvent
FileSystemEvent
aliases
Notifier
RaisedEvent
constructors
this
functions
events
fileHandle
handle
setNotifier
unwatch
watch
structs
DirectoryFileEvent
FileEvent
unions
EventUnion
Structure carrying only path and event.