Programming with Reflection
TransferLogFileName property
Syntax |
object.TransferLogFileName |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the name of the file transfer log file. 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. (To see full path information for this file, open the Reflection View Settings dialog box, select Macro syntax and search for TransferLogFileName.)