HI
I found a bug
under your options->exclude
if I exclude a folder, simply with the name 'd' (its a backup of my d drive)
like this:
H:\d
it also exludes my folder
H:\downloads
so I am guessing it exludes all paths with "H:/d" in the string?
is this by design or a bug?
cheers
Ben
found a bug
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: found a bug
Try excluding the full path and file name to the folder you wish to exclude, for example:
Otherwise, "Everything" will treat it as a wild card search.
Code: Select all
H:\d-
ben303
- Posts: 7
- Joined: Wed Aug 17, 2011 7:31 pm
Re: found a bug
I did exaclty that - it still was treated like a wildcard search
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
Re: found a bug
Use double quotes around H:\d
The issue has been fixed for the next release.
You might like to test this now with the latest alpha release.
Code: Select all
"H:\d"You might like to test this now with the latest alpha release.