File Copy Event Detection
Hi, I'm looking at jna and thinking it's a good library, and I'm going to apply it to my project.
I'm working on Windows.
What I currently want is if I can detect views or copies within a particular directory.
What I'm talking about is browsing a particular directory through a file explorer or command line, or copying a particular file (only ctrl+c, not pasting).
You can detect creation, modification, deletion, and changes. Are the two actions I mentioned possible?