Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / TransferLogFileName Property
In This Topic
    TransferLogFileName Property
    In This Topic
    Returns or specifies the name of the file transfer log file.
    Syntax
    expression.TransferLogFileName As String
    where expression is a variable that represents a FileTransfer Object
    Remarks
    When TransferLoggingEnabled is true (the default value), you can send file transfer information to this log file using the StartTransferLogging method. Use TransferStopLogging to stop logging. The contents of the log file are cleared each time you use the StartTransferLogging method. By default, the transfer file is named "Transfer.log" and located in your Reflection user directory.
    See Also