thePoet Posted May 30, 2010 Report Share Posted May 30, 2010 I am trying to filter out live database files. Here is the exclusion code I'm using: Any ___All ______Folder : Windows Path : ends with : Database ______File : Name : is : blwmed.db ___All ______Folder : Windows Path : ends with : Database ______File : Name : is : blwmed.log My intent with this is to exclude all file at *\Database\blwmed.db and *\Database\blwmed.log. Instead, it is excluding all blwmed.db and blwmed.log files in the entire system. Quote Link to comment Share on other sites More sharing options...
Maser Posted May 31, 2010 Report Share Posted May 31, 2010 Not sure about the logic (I'd have to try it), but can you use: File Windows Path *contains* \Database\blwmed.db and File Windows Path contains \Database\blwmed.log Or if those path's are too generic -- give a longer path name that's more exact? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.