FileChangeEvent

Structure containing information about filesystem events.

Members

Variables

newPath
string newPath;

The path the file got renamed to for a rename event.

path
string path;

The path of the file of this event. Might not be set for createSelf and removeSelf.

type
FileChangeEventType type;

The type of this event.

Meta