Rather than enter drive letters individually in, for example, options>properties>exclude folders, is it possible to enter a range from E to g and J to Z?
Currently I'm entering them as E:;F:;G:;I:; etc.
Entering several drive letters at once
Re: Entering several drive letters at once
Not that I'm aware.
Though you could fake it, by setting the value of in Everything.ini.
(That could be done with Everything closed, or via about:config, which would cause Everything to restart on accepting the change.)
Though you could fake it, by setting the value of
exclude_folders=
exclude_folders=C:\,K:\,G:\
(That could be done with Everything closed, or via about:config, which would cause Everything to restart on accepting the change.)
Re: Entering several drive letters at once
Thanks, the problem is I think that would do it (if it works) globally...
Re: Entering several drive letters at once
It seems that it's possible (at least in EV 1.5), eg:
Tools->Options->Exclude->Enable exclude list, Add filter
Tools->Options->Exclude->Enable exclude list, Add filter
Re: Entering several drive letters at once
Thanks ovg, I tried it in temporary excludes and it appears to work..I'm hoping it will work in properties as well.
Do you know if there's also a way of allowing C and I but disallowing other drives? If there isn't I'll have to make 3 entries?
If there isn't it's still a lot less than the 20 odd entries I would have had to make.
I also tried it in the search box but it doesn't seem to work there.
Regex question..I assume the : means not the preceding characters? I'm assuming capitalisation doesn't make a difference?
Do you know if there's also a way of allowing C and I but disallowing other drives? If there isn't I'll have to make 3 entries?
If there isn't it's still a lot less than the 20 odd entries I would have had to make.
I also tried it in the search box but it doesn't seem to work there.
Regex question..I assume the : means not the preceding characters? I'm assuming capitalisation doesn't make a difference?
Re: Entering several drive letters at once
Try regex:[^ic]:
Re: Entering several drive letters at once
That seems to work as well, again though, doesn't work in the search box for some reason.
I'm afraid regex makes my head spin
I'm afraid regex makes my head spin