Code: Select all
"A:\sdcard\Android\*"
but How do I also include the Android folder itself so that Android\ , data\ , media\ , obb\ and obj\ folders are shown as well ? ?
Code: Select all
"A:\sdcard\Android\*"
Code: Select all
A:\sdcard\Android\**
This still doesnt show the Android folder along with 4 other folders only. Instead, all of the files and folders underneath the data\ folder are shown.void wrote: Thu Dec 28, 2023 12:16 am To include subfolders, please try the following search:
* = match any character (except \) any number of times.Code: Select all
A:\sdcard\Android\**
** = match any character any number of times.
To match any character any number of times with a single *wildcards_star_all
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
wild- Select wildcards_star_all.
- Set the value to: true
- Click OK.
What do you mean by this ?
basically if I search for A:\sdcard\Android this searches for all files and subfolders and displays the Android\ folder itself. If I search for A:\sdcard\Android\* then this displays all subfolders under Android\* but it excludes the Android\ folder itself and also excludes all other deeper nested subfolder and files. What I am requesting is a mix of either case; to show the Android\ folder itself and including the subfolders directly under Android\ excluding all files and deeper nested subfolders
anmac1789 wrote: Thu Dec 28, 2023 12:38 am What I am requesting is a mix of either case; to show the Android\ folder itself and including the subfolders directly under Android\ excluding all files and deeper nested subfolders
Code: Select all
folder: wfn:A:\sdcard\Android | A:\sdcard\Android\*
That seems to work is there a way to turn this into a filter so that any path I use will have this kind of format ?NotNull wrote: Thu Dec 28, 2023 2:15 pmanmac1789 wrote: Thu Dec 28, 2023 12:38 am What I am requesting is a mix of either case; to show the Android\ folder itself and including the subfolders directly under Android\ excluding all files and deeper nested subfoldersCode: Select all
folder: wfn:A:\sdcard\Android | A:\sdcard\Android\*
Code: Select all
Name = Direct folders
Search = folder: wfn:$param: | $param:\*
Macro = directfolder
Code: Select all
directfolder:a:\sdcard\android
NotNull wrote: Thu Dec 28, 2023 10:04 pm Configure the filter as follows:
Code: Select all
Name = Direct folders Search = folder: wfn:$param: | $param:\* Macro = directfolder
Test:Change directfolder to a name of your liking.Code: Select all
directfolder:a:\sdcard\android