|
uvw
2.6.0
|
FsEventEvent event. More...
#include <fs_event.h>

Public Attributes | |
| const char * | filename |
| The path to the file being monitored. More... | |
| Flags< details::UVFsEvent > | flags |
| Detected events all in one. More... | |
FsEventEvent event.
It will be emitted by FsEventHandle according with its functionalities.
Definition at line 40 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 49 of file fs_event.h.
| Flags<details::UVFsEvent> uvw::FsEventEvent::flags |
Detected events all in one.
Available flags are:
FsEventHandle::Watch::RENAMEFsEventHandle::Watch::CHANGE Definition at line 59 of file fs_event.h.
1.8.17