anypf([foldername], condition)
Description
like anycf, but check the parent
Example
see
anycf() for examples
anypf(cft()==1)
Will return a true value only if the there is a parent folder with type 1 (Checkmark see
gft())
cft() returns the folder type for any folder.
Related Rules
anycf(),
anyf()