file.exists

Description

<nnt3:file.exists />

Checks if a file exists

{nnt3:file.exists(file:'path/to/image.jpg')}
<f:if condition="!{nnt3:file.exists(file:'path/to/image.jpg')}">
  Where did the image go?
</f:if>
@return boolean