@FILE_PATH_AND_NAME

The FILE_PATH_AND_NAME function takes a single parameter, normally an external data property, and returns the full path and name of the file referenced by that property. This function is intended for use with external data properties as a part of the attached document’s functionality. If the external data property provided as a parameter does not currently reference a file, the function will return an empty string. The return value from this function is undefined when the parameter provided is not an external data property.

Parameters

@FILE_PATH_AND_NAME (File Name)
File Name
Required string parameter; specifies the file whose full path and name is to be returned. While the data type of this parameter is a string, the intended parameter is a property of data type external data. The full path and name of the file referenced by such a property is returned by this function. If the property does not reference a file, the function returns an empty string.

Supported Return Types

String