How to tell when a file is opened

Terry Reedy tjreedy at udel.edu
Sat Apr 7 13:46:51 EDT 2007


"Adam" <adamgarstang at googlemail.com> wrote in message 
news:1175960486.759715.317140 at y80g2000hsf.googlegroups.com...
| Hello,
|
| I want to know if it possible to tell when a file is opened.

Just by Python? (Hack the file and open and possibly os.open code)
or by any program? (Hack the OS -- good luck!)






More information about the Python-list mailing list