Is there an easy-to-implement method to detect whenever a user opens a file?(double click, right click, etc.)
I've read this but I think it only polls the file's lastaccess
time. The main goal that I'm trying to achieve is whenever a user opens a file, the code picks up file name, location, size and all that good stuff.
I don't think I can ask this in any other way. I'm at a loss as to where to start.