I'm also looking for an answer to this question. As an example scenario, I'm monitoring a file system on a SQL Server database server. I want to know every time a file is created on the system with a few exceptions. I don't want to know when .MDB or .LDB files are created. I don't want to know when certain logs are written to. Is there a NOT ( ! ) option that will allow me to define a folder, a wildcard, or an individual file I want to ignore?
↧