Event details, for file system events.
Constants
byte E_CREATE Constant indicating an entity creation.
byte E_DELETE Constant indicating an entity deletion.
byte E_MODIFY Constant indicating an entity modification.
byte E_RENAME Constant indicating an entity rename.
byte I_FILE Constant indicating a file item type.
byte I_DIRECTORY Constant indicating a directory item type.
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).