Edit Content
Click on the Edit Content button to edit/add the content.

FileExists

FileExists

This function can be used to test the existence of a file.   An example would be something like: «SetV(‘fileName’,concat(Directory,’\ExtraTemplate.xdtpx’))» «If(FileExists(GetV(‘fileName’)))» «MergeTemplate(GetV(‘fileName’))» «End(if exists)»   This will construct the name of a file in the

Read More »