Hello
I am looking for an event to detect any kind of change to a file/folder, after the change happened and is reflected in the file system.
Since I could not find anything in the documentation I combined the following events:
- CreateFolder
- Drop
- Paste
- Remove
However, there does not seem to be an event for "Rename"?
Is there a better way to detect any changes to a file/folder?
Kind regards
Phil