uvw 3.1.0
|
Fs event event. More...
#include <fs_event.h>
Public Attributes | |
const char * | filename |
The path to the file being monitored. | |
details::uvw_fs_event | flags |
Detected events all in one. | |
Fs event event.
Definition at line 32 of file fs_event.h.
const char* uvw::fs_event_event::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 41 of file fs_event.h.
details::uvw_fs_event uvw::fs_event_event::flags |
Detected events all in one.
Available flags are:
fs_event_handle::watch::RENAME
fs_event_handle::watch::CHANGE
Definition at line 51 of file fs_event.h.