uvw 2.12.1
|
FsEventEvent event. More...
#include <fs_event.h>
Public Attributes | |
const char * | filename |
The path to the file being monitored. | |
Flags< details::UVFsEvent > | flags |
Detected events all in one. | |
FsEventEvent event.
It will be emitted by FsEventHandle according with its functionalities.
Definition at line 33 of file fs_event.h.
const char* uvw::FsEventEvent::filename |
The path to the file being monitored.
If the handle was started with a directory, the filename parameter will be a relative path to a file contained in the directory.
Definition at line 42 of file fs_event.h.
Flags<details::UVFsEvent> uvw::FsEventEvent::flags |
Detected events all in one.
Available flags are:
FsEventHandle::Watch::RENAME
FsEventHandle::Watch::CHANGE
Definition at line 52 of file fs_event.h.