Skip to main content
Notice removed Authoritative reference needed by CommunityBot
Bounty Ended with no winning answer by CommunityBot
edited tags
Link
Anshul Goyal
  • 75.5k
  • 38
  • 155
  • 193
Notice added Authoritative reference needed by imp
Bounty Started worth 50 reputation by imp

Using python 2.7 on windows 7 64 bit machine. How

How to get a file close event:

  1. when file is opened in a new process of file opener  (like notepad, wordpad which opens file everytime in new process of wordpad)
  2. when file is opened in a tab of file opener  (like notepad++, which opens all files in new tab but there exist only a single process of notepad++ running)

So, how to get file close event in above cases.? Is it possible to achieve above cases through a common code.? I anam dealing with different file types

Using python 2.7 on windows 7 64 bit machine. How to get a file close event:

  1. when file is opened in a new process of file opener(like notepad, wordpad which opens file everytime in new process of wordpad)
  2. when file is opened in a tab of file opener(like notepad++, which opens all files in new tab but there exist only a single process of notepad++ running)

So, how to get file close event in above cases. Is it possible to achieve above cases through a common code. I an dealing with different file types

Using python 2.7 on windows 7 64 bit machine.

How to get a file close event:

  1. when file is opened in a new process of file opener  (like notepad, wordpad which opens file everytime in new process of wordpad)
  2. when file is opened in a tab of file opener  (like notepad++, which opens all files in new tab but there exist only a single process of notepad++ running)

So, how to get file close event in above cases? Is it possible to achieve above cases through a common code? I am dealing with different file types

Source Link
imp
  • 2k
  • 3
  • 29
  • 42

How to get a file close event in python

Using python 2.7 on windows 7 64 bit machine. How to get a file close event:

  1. when file is opened in a new process of file opener(like notepad, wordpad which opens file everytime in new process of wordpad)
  2. when file is opened in a tab of file opener(like notepad++, which opens all files in new tab but there exist only a single process of notepad++ running)

So, how to get file close event in above cases. Is it possible to achieve above cases through a common code. I an dealing with different file types