I need get a list of running processes which are using my file system, other than their execution path.
Assume that there is a application running in my system trying to copy a file("a.mp3") from my hard drive, then i need to know what is the file the application is dealing with("a.mp3"). so if a application try to copy/delete/move a file
in my hard drive how can i catch that application?
Thank you.