Description
New variables were added to store the name of the export file from a File Output (export) operation. These variables can be used elsewhere in the project (such as in an e-mail message) to insert the export file name. The new variables are:
- Output.n.PathAndFileName
- Complete path and file name
- Output.n.FileName
- File name without path
- Output.n.Path
- Path without file name
In all variables, n is the ID Code shown in the properties page for the output. For example,
${Output.1.FileName}
inserts the file name from output number 1.