Jump to content

Unexpected Filter Behavior


Recommended Posts

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.

Link to comment
Share on other sites

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?

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...