TWatcherChangeTypes Type
Changes that might occur to a file or directory.
Field | Description |
|---|---|
wctCreated | The creation of a file or folder. |
wctDeleted | The deletion of a file or fold |
wctChanged | The change of a file or folder. The types of changes include: changes to size, attributes, security settings, last write, and last access time. |
wctRenamed | The renaming of a file or folder. |
wctAll | The creation, deletion, change, or renaming of a file or folder. |