Documentation Center

PslTransList.TargetFile

Target file for the translation.

Syntax

Expression.TargetFile as String

Expression Required. Object of type PslTransList

Example

Dim trn As PslTransList
Set trn = PSL.ActiveTransList

If trn Is Nothing Then
  PSL.Output "No active translation list found."
Else
  PSL.Output trn.TargetFile
End If