expression.XfrLocalFile As String
where expression is a variable that represents a FileTransfer Object
expression.XfrLocalFile As String
If you are transferring files programmatically using IndReceiveFile method or IndSendFile method, you must specify the local filename using the LocalFile argument. Use commas to separate multiple filenames, for example:
FileTransfer.XfrRemoteFile = "test1.txt, test2.txt"
This property affects IND$FILE data transfer and and is applicable to 3270 sessions only. The default value is "". This string can be up to 260 characters long.