Enumeration of actions returned in DirectoryWatchEvent

>DirectoryWatchEvent Constants

DirectoryWatchEvent Constants

These are constants used with the DirectoryWatchEvent event.

DEF ENUM enumeration name FILE_ACTION_ENUM

Enumeration ValueValueDescription
_FILE_ACTION_ADDED0x001File was added
_FILE_ACTION_REMOVED0x002File was removed
_FILE_ACTION_MODIFIED0x003File or its attributes modified
_FILE_ACTION_RENAMED_OLD_NAME0x004File renamed. This is the old name
_FILE_ACTION_RENAMED_NEW_NAME0x005File renamed. This is the new name

Back to the list of Enumerations and Constants