Skip to main content

Module notify_action

Module notify_action 

Source
Expand description

FILE_NOTIFY_INFORMATION action codes ([MS-FSCC] §2.7.1).

Constants§

ADDED
A file was added to the directory.
MODIFIED
A file was modified (size, attributes, timestamps).
REMOVED
A file was removed from the directory.
RENAMED_NEW_NAME
The new name of a renamed file.
RENAMED_OLD_NAME
The old name of a renamed file.