[][src]Module libuv::handles::fs_event

Structs

FsEvent

Event that caused the FsEventHandle callback to be called.

FsEventFlags

Flags for FsEventHandle::start()

FsEventHandle

FS Event handles allow the user to monitor a given path for changes, for example, if the file was renamed or there was a generic change in it. This handle uses the best backend for the job on each platform.

Enums

FsEventCB