I have a folder which contains some read-only files. I found out that with a so-called WatchService [1][2] I can monitor create, delete or modified events in this folder. But what I need is a notification when a user opens, copies and/or moves one of the files inside the folder to a new location.
Is this possible? Can someone point me into the right direction?
Thanks in advance!
[1] ... http://msdn.microsoft.com/en-us/library/system.io.filesystemwatcher(v=vs.110).aspx
[2] ... http://docs.oracle.com/javase/tutorial/essential/io/notification.html