How can I determine whether a specific file opens in windows and then closed -
i working on windows 7 64 bit machine. how can list of files opened. also, list should change when particular file closed.
how file close event:
- when file opened in new process of file opener (like notepad, wordpad opens file everytime in new process of wordpad)
- when file opened in tab of file opener (like notepad++, opens files in new tab there exist single process of notepad++ running).
i tried process explorer, handle, unlocker, openfiles, not able catch file close event on notepad++.
use sysinternals' processmonitor.
it records file , registry opens/reads/writes/closes. can filter include or exclude specific patterns, file paths, programs, etc.
edit
process monitor showing closefile when close tab in notepad++:
Comments
Post a Comment