So it is possible for user to search on all of the drives by using filtering expression like
Code: Select all
C:\;D:\;E:\ .123
But would it be possible to be able to use something like
Code: Select all
C:\-;D:\;E:\ .123
Code: Select all
C:\;E:\ .123
Being able to do this with volumes should not be hard to implement. But the more advance version would also allow for something like
Code: Select all
C:\;D:\;E:\;-\Music .123
And if this do get implemented and with the usage of minus sign, then maybe also the plus sign should do exactly what semicolon does now [but leaving the semicolon's functionality also]?