Find sub-folder within folder path ?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
CookieMonster

Find sub-folder within folder path ?

Post by CookieMonster »

How do you search for a sub-folder located within a folder path ?

jaywalker32
Posts: 205
Joined: 27 May 2014 05:24

Re: Find sub-folder within folder path ?

Post by jaywalker32 »

If you want to search within the current folder path downwards: press F3 to bring up QuickSearch. Then type in folder name (with wildcards if needed) and adding /d at the end to include only folders. eg:

Code: Select all

*foldername* /d
If you want to search within some other folder, you can type the path into the address bar then add ?*foldername* /d eg:

Code: Select all

c:\folder\path\?*foldername* /d
type this into the addressbar for a full list of the available options and switches:

Code: Select all

::help "idh_quicknamesearch.htm";

Post Reply