Code: Select all
prop:fileversion:8.60 // find all items with version *8.60*How to find folders containing 5 files or fewer with meta (extended) properties?
Code: Select all
prop:fileversion:8.60 // find all items with version *8.60*Try this:armsys wrote:Hi Don,
Thanks for your fast inclusion of a new Find Files feature.
I did test the latest it (v15.70.0116) but the result is unpredictably random.
For example, the first folder in the screenshot contains 8,225 items but is still shown up in the result list.
I did re-test it with "Include subfolders" unchecked. The result is still faulty.
Code: Select all
prop:#itemcount: "5"Code: Select all
return property("#ItemCount", <cc_item>);Code: Select all
prop:#itemcount: 5Code: Select all
prop:#itemcount: 5
prop:#itemcount: == 5 (same as above)
prop:#itemcount: != 5
prop:#itemcount: >= 5
prop:#itemcount: <= 5
prop:#itemcount: > 5
prop:#itemcount: < 5