Data type FileEventInfo
access this type via: io.FileSystemEvents (uses)
Event details, for file system events.
Constants
byte E_CREATE
byte E_DELETE
byte E_MODIFY
byte E_RENAME
byte I_FILE
byte I_DIRECTORY
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).