Page 1 of 1

Find sub-folder within folder path ?

Posted: 24 Sep 2018 01:53
by CookieMonster
How do you search for a sub-folder located within a folder path ?

Re: Find sub-folder within folder path ?

Posted: 24 Sep 2018 06:38
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";