I want to get list of reading files at the moment
If I open a.txt with notepad, I want to capture it in my C# application
To be more clear, something like Sysinternals Process Monitor
7zFM.exe 1264 ReadFile C:\Users\User\Desktop\ProcessMonitor.zip SUCCESS
7zFM.exe 1264 ReadFile C:\Program Files\7-Zip\7z.dll SUCCESS
I need to get C:\Users\User\Desktop\ProcessMonitor.zip
and C:\Program Files\7-Zip\7z.dll
for example
Thanks!