expression.Xfr400LocalFile As String
where expression is a variable that represents a FileTransfer Object
expression.Xfr400LocalFile As String
For example, the following statements set the local transfer file to "C:\test\Payroll":
FileTransfer.XfrCurrentDirectory = "C:\Test"
FileTransfer.Xfr400LocalFile = "Payroll"
When you receive data to a local file, the value of the Xfr400OutputDest property should be set to AS400File (the default value).
This property is only relevant for 5250 sessions. The default is "". This string can contain up to 260 characters.
The value of this property is not saved when you save a Reflection settings file, but is saved when you save a transfer request file.