Page 1 of 1

Add the ability to search files only (excluding folders).

Posted: 12 Dec 2014 12:06
by babam
Add the ability to search files only (excluding folders) in the "Quick Search".

Re: Add the ability to search files only (excluding folders)

Posted: 12 Dec 2014 12:12
by admin
Append switch /f, example:

Code: Select all

a* /rf
= Find all files starting with "a" (recurring subfolders).

Re: Add the ability to search files only (excluding folders)

Posted: 12 Dec 2014 14:28
by babam
admin wrote:Append switch /f, example:

Code: Select all

a* /rf
= Find all files starting with "a" (recurring subfolders).
Why not add this setting to the "Quick Search".