From: Sean Nakasone Date: 2008-04-19T10:25:14+09:00 Subject: changenotify - determine when a file has been closed. Is there a way to determine when a file has been closed? I know the changenotify module can determine when a file is written to, but I need to know when it has been closed. The file is a postscript file being created by a printer driver and I want to make a copy of it when the file is done being written to.