Event details, for file system events.
Fields
byte eventType This field indicates what kind of change event is being reported, taking a value from the E_ constants.
byte itemType This field indicates whether itemPath is a file or directory, taking a value from the I_ constants.
char listenPath[] The path of the file system element being watched.
char itemPath[] The path of file system element to which the event relates (only used for directory-based events).
char itemPathB[] The path of file system element to which the event relates (only used for directory-based events).