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:

  1. when file opened in new process of file opener (like notepad, wordpad opens file everytime in new process of wordpad)
  2. 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++:

screenshot of process monitor


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -