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.