How to check if local image file exists

Hi,

I have a dynamic image in my design template and want to check (per record) if the actual image exists (on the local drive). How can I achive this?

Regards
Thomas

You could use the resource() function to check if an image exists, see the following online help page for more details:

http://help.objectiflune.com/en/pres-connect-user-guide/1.8/#designer/API/resource.htm?Highlight=resource

Thank you very much! I`ve tried it many times with resource() but always used the “file:///” prefix.