GetTransFileName() As String

Job object

This method returns the string from the File box in the current Transfer job description. It can be used to pass not only a file name but any user-defined information from the Transfer job description. This method is normally used when a DLL or VBA code is used to format the transfer data.

When To file is selected as the transfer method, the data passed depends on when the method is called. If it is called before the job is started, the returned string is identical to the string from the File box. If the method is called after the job is started, it returns a complete file name, including the extension.

When Via DLL or Via VBA is selected as the transfer method, the data passed is the string from the File box.

GetExpandedTransFileName

SetTransFileName

The Job object