File Name / Path Searching
(filenamelength<x) |
Find files that have a name equal to or smaller than a specific length |
![]() |
Usage: (filenamelength<x) |
Where x is the length of file name to search. This includes any extensions, but doesn't include the full path (use (filepathlength<x). |