anyf(condition)
 
Description
 Similar to anyc() except that it returns true if any of the folders meet the condition.
Example
 anyf(cft()==1)
Will return a true value only if the there is a folder with type 1 (Checkmark see 
gft())
cft() returns the folder type for any folder.
Related Rules
 anycf(), 
anypf()