Hi,
I would like to find folder than contain more than X files.
And also, folder, including all subfolders, that contain more than X files.
Is this possible ?
Possible to search : Find folder with more than X files ?
Re: Possible to search : Find folder with more than X files ?
childfilecount:>x
For example, to find folders with more than 1000 files, include the following in your search:
childfilecount:>1000
descendantfilecount:>1000
descendant-file-count:
For example, to find folders with more than 1000 files, include the following in your search:
childfilecount:>1000
Everything 1.5 will have support for:And also, folder, including all subfolders, that contain more than X files.
descendantfilecount:>1000
descendant-file-count:
Re: Possible to search : Find folder with more than X files ?
Wow, I keep getting surprised by the capabilities of this software !
That search should be in "Really Useful Set of Bookmark Searches"
Folder that contain more than 100 files
childfilecount:>100
but also
Folder that contain no files
childfilecount:0
I found this returns folder that contains no files, but contain folders'
Folder that contain no files, including subfolders
descendantfilecount:0
Is there a way to search straigh empty folders ? (descendantfilecount:0 returns folder that contain empty folders)
thanks !
That search should be in "Really Useful Set of Bookmark Searches"
Folder that contain more than 100 files
childfilecount:>100
but also
Folder that contain no files
childfilecount:0
I found this returns folder that contains no files, but contain folders'
Folder that contain no files, including subfolders
descendantfilecount:0
Is there a way to search straigh empty folders ? (descendantfilecount:0 returns folder that contain empty folders)
thanks !
Re: Possible to search : Find folder with more than X files ?
To search for folders with no subfolders and no files, include the following in your search:
empty:
which is the same as:
childcount:0
empty:
which is the same as:
childcount:0
Re: Possible to search : Find folder with more than X files ?
Likewise this,Folder that contain no files
childfilecount:0
I found this returns folder that contains no files, but contain folders'
size:0 folder:
And in that regard:
Empty folders are really empty?Note the difference between
empty:
and
size:0 folder:
Re: Possible to search : Find folder with more than X files ?
I think having included, self descriptive aliases that spell out to proper search command.
Also could a search term ask the user a question like, What is the value of "X" ?
Also could a search term ask the user a question like, What is the value of "X" ?
Re: Possible to search : Find folder with more than X files ?
Search -> Advanced Search -> Folders with this many files.
Otherwise, you will need to specify the count with childfilecount:
Otherwise, you will need to specify the count with childfilecount: