Jump to content

Selector problem


IanWorthington

Recommended Posts

I have a selector that excludes the (ever-changing, ever-growing) database created by Google Desktop Search from my backups.

 

Windows path of file or folder matches pattern D:\Documents and Settings\Ian\Local Settings\Application Data\Google\Google Desktop Search, selecting all enclosed items

 

This works fine, but isn't very generic, yet when I introduce wildcards, eg:

 

D:\Documents and Settings\*\Local Settings\Application Data\Google\Google Desktop Search

 

or: *\Documents and Settings\*\Local Settings\Application Data\Google\Google Desktop Search

 

or even: ends with Local Settings\Application Data\Google\Google Desktop Search

 

the selector does *not* exclude this folder.

 

Am I misunderstanding something here?

 

ian

...

Link to comment
Share on other sites

Hi

 

I don't think you can use wildcards in path selectors. From what I can tell the rules for folders and files may be different when it comes to wildcards.

 

You may have better luck breaking the selector into two parts with an and contintion.

 

Path starts with C:\blah\blah\blah

 

And

 

Path ends with \path\path\path

 

Thanks

Nate

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...