FVD(folder_name[, condition])


Description

returns the contents of the folder associated with first dependant item if the condition is true
Otherwise the result is left empty

Examples


FVD(Release)
returns the contents of the folder Release of the first Child item
the lack of a condition implies always true

FVD(Release,left(getpv(tv(), il()== 0),1)'~')
will only return the contents of the Release folder of the first child item if the frst character on top level item TLI text is ~

Related Rules
FV(), FVC(), TV(), TVC(), TVD()