What I'd like to see is something similar to
Code: Select all
files: path:"path/to/folder"
I'll give an example.
Code: Select all
Folder A
- 0 subfolders
- 15 files
Folder B
- Folder B1
- 0 subfolders
- 5 files
- Folder B2
- 0 subfolders
- 5 files
Folder C
- 10 files
- Folder C1
- 0 subfolders
- 5 files
Folder D
- 0 subfolders
- 8 files
If I did the following search:
Code: Select all
filelist0: childfilecount:<12
then I'd get Folder B (0 files), Folder C (10 files) and Folder D (8 files). However, in this case I'd like to find Folder B (10 files) and Folder D (8 files) but exclude Folder A (15 files) and Folder C (15 files).
In conclusion, I'd love to have a function that is similar to childfilecount: but counts all files similar to following search: files: path:"path/to/folder"
If someone already knows a way to do this then that would also be cool but a dedicated function might be easier to use.