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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
babam
Posts: 41
Joined: 30 Nov 2014 18:46

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

Post by babam »

Add the ability to search files only (excluding folders) in the "Quick Search".

admin
Site Admin
Posts: 66318
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post by admin »

Append switch /f, example:

Code: Select all

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

babam
Posts: 41
Joined: 30 Nov 2014 18:46

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

Post 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".

Post Reply