ViewHelper Documentation
v:media.exists
File/Directory Exists Condition ViewHelper.
Arguments
then anySimpleType
Value to be returned if the condition if met.
else anySimpleType
Value to be returned if the condition if not met.
condition boolean
Condition expression conforming to Fluid boolean rules
file string
Filename which must exist to trigger f:then rendering
directory string
Directory which must exist to trigger f:then rendering