When the Disk-Deprecated forwarding agent is set to use MultiForwardingUDR
input, it accepts input of the UDR type MultiForwardingUDR
declared in the package FNT. The declaration follows:
Code Block | ||||
---|---|---|---|---|
| ||||
internal MultiForwardingUDR { // Entire file content byte[] content; // Target filename and directory FNTUDR fntSpecification; }; |
The content of the MultiForwardingUDR will be stored at the path that you have set in the fntSpecification
field. Use the APL functions fntAddString
and fntAddDirDelimiter
to set the value of this field. For further information about these functions, see /wiki/spaces/MD82/pages/378135916. FNTUDR Functions in the /wiki/spaces/MD82/pages/3781270.
...