cfn()
 
Description
 
Only used in 
anycf(), 
anypf(), and 
anyf(), to get the folder value being checked of the current item.
returns the name of the folder
Examples
 see examples in 
anycf()
anycf(cfn()=="Status"))
is true when there is a child folder with the name Status
anycf(cfn()=="Orphan"))
is false when there is no child folder with the name Orphan
Related Rules
 anycf(), 
anyf(), 
anypf(), 
cft(), 
cfv()