How can I monitor if I have opened a file through another program? I can not see the OnOpened event in FileSystemWatcher, so I think it can not do this. Is there any other way to do this? It is obviously possible in Windows, is there some type of hook available from the Net?
Notifier property. You probably want to look for a change in access date / time.
Comments
Post a Comment