uvw 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
uvw::fs_event_event Struct Reference

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.
 

Detailed Description

Fs event event.

Definition at line 32 of file fs_event.h.

Member Data Documentation

◆ filename

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.

◆ flags

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.


The documentation for this struct was generated from the following file: