FVC(folder_name[, condition])

Description

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

Examples

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

FVC(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(), fvd(), tv(), tvc(), TVD()