I'm working with FileSystemWatcher to track opened files. But I have a question, why it doesn't fire the events for opened files. I included Changed, Created, Delete, and Renamed Events but they doesn't fire when files are opened. Well in case of docx it watch a ~!me.docx that is a temporal file. It just works when the file is created or saved.
There is not a Opened event in the class, may be this class is not used to watch opened files??
Can you help me with this issue please. I need to watch just opened files. I'm using Win7 x64 I have this filters: FileName, attributes, lastAccess, LastWrite,