I try to make a filter that lists only very large files. But i can't figure out how to exclude folders, and i also couldn't find an example in the search functions section. So basically i want only single files that match that rule. My button also lists folders that exceed 1Gb, but has numerous files in it.
size:>1gb !*.mp4 !*.mov* !*.avi* !"R:\"
Own filter, how to exclude folders?
-
void
- Developer
- Posts: 19872
- Joined: Fri Oct 16, 2009 11:31 pm
-
asamirid
- Posts: 131
- Joined: Sat Oct 13, 2018 12:28 pm
Re: Own filter, how to exclude folders?
you can also use
i use it all the time
folder: is for folders only results
!folder: is for no folders "ignore folders" in results
also works for online: and offline: filters ..
!folder:i use it all the time
folder: is for folders only results
!folder: is for no folders "ignore folders" in results
also works for online: and offline: filters ..
-
abr01
- Posts: 201
- Joined: Tue May 01, 2018 4:57 pm