I wanna be notified when a file is opened or closed somehow. It should be archiveable somehow using the Win32 (::API) module, but first I need to know what functions to use in Windows. The other modules I mentioned dont have that support (since its not in the Windows API for ReadDirectoryChangesW). However, it _seems_ possible, but Im not sure how. Linux INotify has it easy, since it has IN_CLOSE (A file has been closed) and IN_OPEN (file closed) support.